diff --git a/config/hosts/goliath.nix b/config/hosts/goliath.nix index f1a91b7b..c22eb996 100644 --- a/config/hosts/goliath.nix +++ b/config/hosts/goliath.nix @@ -143,7 +143,7 @@ efi.canTouchEfiVariables = true; }; - deploy.profile.hardware.acs-override = true; + deploy.profile.hardware.acs-override = builtins.getEnv "CI_PLATFORM" == "impure"; users.users.kat.extraGroups = singleton "openrazer";