diff options
Diffstat (limited to 'host')
-rw-r--r-- | host/majestix.nix | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/host/majestix.nix b/host/majestix.nix index 3d33aca..23cac16 100644 --- a/host/majestix.nix +++ b/host/majestix.nix @@ -54,7 +54,10 @@ }; }; - nix.maxJobs = 32; + nix = { + maxJobs = 32; + trustedUsers = [ "root" "common" ]; + }; system.stateVersion = "20.09"; } |