_: { security.sudo.extraRules = [ { users = ["deploy"]; commands = [ { command = "ALL"; options = [ "NOPASSWD" "SETENV" ]; } ]; } ]; }