From c99508b8ec50b5b27cf1d3faca881f9a87d9faad Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Wed, 14 Oct 2020 12:06:08 +1000 Subject: [PATCH] Added trusted nix users --- roles/host_common.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/host_common.nix b/roles/host_common.nix index 4c656a1..edb1d2d 100644 --- a/roles/host_common.nix +++ b/roles/host_common.nix @@ -63,6 +63,7 @@ extraOptions = '' show-trace = true # Enable --show-trace by default for nix ''; + trustedUsers = ["root" "craige"]; }; system.extraSystemBuilderCmds = ''