Explicitly disable cups browsed.
This commit is contained in:
parent
0b1b8b6acb
commit
9baf5cf3b8
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ with lib;
|
|||
mkIf (elem "cups" config.machine.services) {
|
||||
services.printing = {
|
||||
enable = true;
|
||||
browsed.enable = false;
|
||||
startWhenNeeded = true;
|
||||
drivers = with pkgs; [gutenprint hplip splix samsung-unified-linux-driver];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue