diff --git a/hosts/ArcticFox/configuration.nix b/hosts/ArcticFox/configuration.nix index 6eeb1c2..c902a7d 100644 --- a/hosts/ArcticFox/configuration.nix +++ b/hosts/ArcticFox/configuration.nix @@ -23,7 +23,6 @@ networking.hostName = "ArcticFox"; # Define your hostname. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. - security.polkit.enable = true; # Configure network proxy if necessary networking.proxy.default = "http://user:password@proxy:port/"; # networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain"; #####################