init
This commit is contained in:
commit
3ab713a5b3
64 changed files with 2043 additions and 0 deletions
10
class/desktop/printing.nix
Normal file
10
class/desktop/printing.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
services = {
|
||||
printing = {
|
||||
enable = true;
|
||||
webInterface = true;
|
||||
cups-pdf.enable = true;
|
||||
};
|
||||
system-config-printer.enable = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue