summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--modules/nix.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/nix.nix b/modules/nix.nix
index cde962a..2e067aa 100644
--- a/modules/nix.nix
+++ b/modules/nix.nix
@@ -22,6 +22,7 @@
 
     settings = {
       experimental-features = [ "flakes" "nix-command" ];
+      trusted-users = [ "root" "mel" ];
     };
   };
 }