hetzner: sudo pass

This commit is contained in:
Sridhar Ratnakumar 2022-02-06 12:59:50 -05:00
parent 2a21edc72d
commit cde03e66f8

View file

@ -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