Update sudoers file

This commit is contained in:
thiloho
2023-08-04 11:34:15 +00:00
parent 952b3387d3
commit e9e67b8b18

View File

@@ -8,6 +8,10 @@
nix.settings.trusted-users = [ "thiloho" ]; nix.settings.trusted-users = [ "thiloho" ];
security.sudo.extraConfig = ''
%wheel ALL=(ALL) NOPASSWD: ALL, SETENV: ALL
'';
networking = { networking = {
hostName = "server"; hostName = "server";
firewall = { firewall = {