summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsils <sils@sils.li>2023-11-27 17:16:20 +0100
committersils <sils@sils.li>2023-11-27 17:16:20 +0100
commit7ea4581954f040d153566bd1437008675b3d8242 (patch)
treec2c760b4f846c156f59904b9de17f965876c4ef5
parentfix(system/impermanence): Remove keycloak mod, as it does not exist (diff)
parentfix(system/services/nix): add nixremote to trusted-users (diff)
downloadnixos-server-7ea4581954f040d153566bd1437008675b3d8242.zip
Merge branch 'main' into etebase_new
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"
];
};