Explicitly disable cups browsed.

This commit is contained in:
Kevin Baensch 2024-11-16 10:58:31 +01:00
parent 0b1b8b6acb
commit 9baf5cf3b8
Signed by: derped
GPG key ID: C0F1D326C7626543

View file

@ -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];
};