Nix trusted users from wheel group

This commit is contained in:
Julien Hémono 2025-12-07 15:57:43 +01:00
parent f5770eb595
commit 60db64154b
2 changed files with 1 additions and 2 deletions

View file

@ -38,6 +38,7 @@
}; };
settings = { settings = {
experimental-features = [ "nix-command" "flakes" ]; experimental-features = [ "nix-command" "flakes" ];
trusted-users = [ "@wheel" ];
auto-optimise-store = true; auto-optimise-store = true;
}; };
channel.enable = false; channel.enable = false;

View file

@ -16,6 +16,4 @@ in
initialPassword = "cheval"; initialPassword = "cheval";
}; };
nix.settings.trusted-users = [ username ];
} }