diff --git a/nixops/desktop.nix b/nixops/desktop.nix index 395d9ed..6b021cb 100644 --- a/nixops/desktop.nix +++ b/nixops/desktop.nix @@ -38,6 +38,16 @@ in # Enable CUPS to print documents. services.printing = { enable = true; + extraConf = + '' + Browsing Off + BrowseLocalProtocols none + ''; + browsedConf = + '' + BrowseRemoteProtocols none + BrowseProtocols none + ''; }; services.avahi = { enable = true;