summary refs log tree commit diff stats
path: root/system/prefect.nix
diff options
context:
space:
mode:
Diffstat (limited to 'system/prefect.nix')
-rw-r--r--system/prefect.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/system/prefect.nix b/system/prefect.nix
index 3e69122a..f4c542a3 100644
--- a/system/prefect.nix
+++ b/system/prefect.nix
@@ -136,6 +136,7 @@
   system.stateVersion = "23.05";
 
   boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
+  nix.settings.trusted-users = [ "root" "nixremote" ];
   services.displayManager.hiddenUsers = [ "nixremote" ];
   users.users.nixremote = {
     shell = "/bin/sh";