diff --git a/hosts/hetzner/ax101.nix b/hosts/hetzner/ax101.nix index 7f951e3..77c7597 100644 --- a/hosts/hetzner/ax101.nix +++ b/hosts/hetzner/ax101.nix @@ -119,6 +119,17 @@ isNormalUser = true; extraGroups = [ "wheel" "networkmanager" ]; }; + security.sudo.extraRules = [ + { + users = [ "srid" ]; + commands = [ + { + command = "ALL"; + options = [ "NOPASSWD" ]; + } + ]; + } + ]; # This value determines the NixOS release from which the default # settings for stateful data, like file locations and database versions