puter/common/system/features/printing.nix
2023-09-29 20:39:08 +02:00

10 lines
138 B
Nix

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