puter/common/system/features/printing.nix

10 lines
138 B
Nix
Raw Normal View History

2023-09-17 11:31:20 +00:00
{
services = {
printing = {
enable = true;
webInterface = false;
};
system-config-printer.enable = true;
};
}