Desktop: enable printing
This commit is contained in:
parent
6cf28e30a7
commit
50766db8c9
2 changed files with 10 additions and 0 deletions
|
|
@ -6,5 +6,6 @@
|
||||||
./flatpak.nix
|
./flatpak.nix
|
||||||
./syncthing.nix
|
./syncthing.nix
|
||||||
./pipewire.nix
|
./pipewire.nix
|
||||||
|
./printing.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
9
roles/desktop/services/printing.nix
Normal file
9
roles/desktop/services/printing.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
{ config, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
services.printing = {
|
||||||
|
enable = true;
|
||||||
|
startWhenNeeded = true;
|
||||||
|
stateless = true;
|
||||||
|
};
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue