about summary refs log tree commit diff
path: root/hosts/mba/default.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-03-07 10:13:43 -0800
committerFranck Cuny <franck@fcuny.net>2024-03-07 10:13:43 -0800
commit1954068f59c8553dc2fd45c0383399270c3a18f5 (patch)
treee5229adb190a3d79973764f85cb8efaf983b0bb6 /hosts/mba/default.nix
parentshare configuration for shell utils (diff)
downloadworld-1954068f59c8553dc2fd45c0383399270c3a18f5.tar.gz
fix conflict
Diffstat (limited to '')
-rw-r--r--hosts/mba/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/mba/default.nix b/hosts/mba/default.nix
index 772cf8a..6e59f7b 100644
--- a/hosts/mba/default.nix
+++ b/hosts/mba/default.nix
@@ -13,6 +13,7 @@
     };
 
     settings = {
+      trusted-users = [ "@admin" "fcuny" ];
       experimental-features = [ "nix-command" "flakes" ];
     };
   };