diff --git a/hosts/ArcticFox/configuration.nix b/hosts/ArcticFox/configuration.nix index c902a7d..6eeb1c2 100644 --- a/hosts/ArcticFox/configuration.nix +++ b/hosts/ArcticFox/configuration.nix @@ -23,6 +23,7 @@ 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"; ##################### diff --git a/hosts/ArcticFox/hardware-configuration.nix b/hosts/ArcticFox/hardware-configuration.nix index 3874afe..5824b39 100644 --- a/hosts/ArcticFox/hardware-configuration.nix +++ b/hosts/ArcticFox/hardware-configuration.nix @@ -20,7 +20,6 @@ boot.extraModprobeConfig = '' options v4l2loop devices=1 video_nr=1 card_label="OBS Cam" exclusive_caps=1 ''; - security.polkit.enable = true; fileSystems."/" = { device = "/dev/disk/by-uuid/50366080-c1da-4726-b930-e5cd619afaaa";