Add josh to Nix trusted-users

This commit is contained in:
Joshua Yuen 2026-01-25 20:06:29 -05:00
parent 6ab52de723
commit 5e8941d1e0
Signed by: josh
GPG Key ID: 502720BC22ED411C
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ with lib;
package = mkDefault pkgs.nix;
settings = {
allowed-users = [ "josh" ];
trusted-users = [ "root" "@wheel" "josh" ];
experimental-features = [
"nix-command"
"flakes"