puter/class/desktop/printing.nix

11 lines
167 B
Nix
Raw Normal View History

2024-02-04 20:51:11 +00:00
{
services = {
printing = {
enable = true;
webInterface = true;
cups-pdf.enable = true;
};
system-config-printer.enable = true;
};
}