🚚 socrates: rename trustedUsers

This commit is contained in:
2022-07-22 14:53:19 -04:00
parent b7551fa85c
commit 5835f3852a
3 changed files with 17 additions and 17 deletions

View File

@ -28,7 +28,7 @@
networking.firewall.checkReversePath = "loose";
nix = {
trustedUsers = [ "@wheel" "root" ];
settings.trusted-users = [ "@wheel" "root" ];
};
security.sudo.wheelNeedsPassword = false;