puter/classes/desktop/printing.nix
2024-12-01 04:05:16 +01:00

11 lines
167 B
Nix

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