Add josh to Nix trusted-users
This commit is contained in:
parent
6ab52de723
commit
5e8941d1e0
|
|
@ -32,6 +32,7 @@ with lib;
|
|||
package = mkDefault pkgs.nix;
|
||||
settings = {
|
||||
allowed-users = [ "josh" ];
|
||||
trusted-users = [ "root" "@wheel" "josh" ];
|
||||
experimental-features = [
|
||||
"nix-command"
|
||||
"flakes"
|
||||
|
|
|
|||
Loading…
Reference in New Issue