summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--host/majestix.nix5
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";
}