mirror of
https://github.com/thiloho/nixos-config.git
synced 2025-11-22 03:21:35 +01:00
Remove sudo rebuild
This commit is contained in:
@@ -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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user