diff --git a/services/cups.nix b/services/cups.nix index 297e672..fd29298 100644 --- a/services/cups.nix +++ b/services/cups.nix @@ -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]; };