summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--system/services/nix/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/system/services/nix/default.nix b/system/services/nix/default.nix
index ec5fe5d..13be0f0 100644
--- a/system/services/nix/default.nix
+++ b/system/services/nix/default.nix
@@ -15,6 +15,7 @@
experimental-features = ["nix-command" "flakes"];
trusted-users = [
"root"
+ "nixremote"
"@wheel"
];
};