summaryrefslogtreecommitdiff
path: root/hosts/base.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/base.nix')
-rw-r--r--hosts/base.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/base.nix b/hosts/base.nix
index 7bd0ed0..2ba2c05 100644
--- a/hosts/base.nix
+++ b/hosts/base.nix
@@ -13,6 +13,7 @@
settings = {
keep-outputs = true;
keep-derivations = true;
+ trusted-users = ["root" "y"];
};
};