puter/class/desktop/printing.nix
2024-02-04 21:51:11 +01:00

11 lines
167 B
Nix

{
services = {
printing = {
enable = true;
webInterface = true;
cups-pdf.enable = true;
};
system-config-printer.enable = true;
};
}