From 2ce8acf7cd5750c0eec1a2e25c9fb45b7b8a90b1 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Tue, 11 May 2021 21:20:28 +0200 Subject: Set common as trusted on majestix --- host/majestix.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'host/majestix.nix') 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"; } -- cgit v1.2.3