From 6e0a629060fad9763773ce5dd9406d0e3cdc531c Mon Sep 17 00:00:00 2001 From: kat witch Date: Fri, 5 Nov 2021 23:16:48 +0000 Subject: [PATCH] Goliath stop building linux kernel under CI --- config/hosts/goliath.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";