nix: add @wheel to trusted-users everywhere
This commit is contained in:
parent
b04e6d1313
commit
2d42894fa7
2 changed files with 1 additions and 1 deletions
|
@ -13,6 +13,5 @@ in
|
|||
# Allow remote deployment with colmena
|
||||
deployment.targetUser = null;
|
||||
security.sudo.wheelNeedsPassword = false;
|
||||
nix.settings.trusted-users = [ "@wheel" ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue