diff options
Diffstat (limited to 'system/modules/common.nix')
-rw-r--r-- | system/modules/common.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/system/modules/common.nix b/system/modules/common.nix index 9a09920a8a39..3f5023793d0e 100644 --- a/system/modules/common.nix +++ b/system/modules/common.nix @@ -100,9 +100,8 @@ }; nix = { + trustedUsers = [ "griffin" ]; autoOptimiseStore = true; - }; -} buildMachines = [{ hostName = "172.16.0.3"; |