10 lines
138 B
Nix
10 lines
138 B
Nix
|
{
|
||
|
services = {
|
||
|
printing = {
|
||
|
enable = true;
|
||
|
webInterface = false;
|
||
|
};
|
||
|
system-config-printer.enable = true;
|
||
|
};
|
||
|
}
|