Nix trusted users from wheel group
This commit is contained in:
parent
f5770eb595
commit
60db64154b
2 changed files with 1 additions and 2 deletions
|
|
@ -38,6 +38,7 @@
|
|||
};
|
||||
settings = {
|
||||
experimental-features = [ "nix-command" "flakes" ];
|
||||
trusted-users = [ "@wheel" ];
|
||||
auto-optimise-store = true;
|
||||
};
|
||||
channel.enable = false;
|
||||
|
|
|
|||
|
|
@ -16,6 +16,4 @@ in
|
|||
initialPassword = "cheval";
|
||||
};
|
||||
|
||||
nix.settings.trusted-users = [ username ];
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue