Remove sudo rebuild

This commit is contained in:
thiloho
2024-01-04 18:22:56 +01:00
parent bef60ff74c
commit f926351ee7

View File

@@ -229,17 +229,6 @@
acceptTerms = true; acceptTerms = true;
defaults.email = "thilo.hohlt@tutanota.com"; defaults.email = "thilo.hohlt@tutanota.com";
}; };
sudo.extraRules = [
{
users = [ "thiloho" ];
commands = [
{
command = "${pkgs.nixos-rebuild}/bin/nixos-rebuild";
options = [ "NOPASSWD" ];
}
];
}
];
}; };
systemd.services = { systemd.services = {