remove nopasswd for root

This commit is contained in:
Tyler Starr 2024-08-24 08:09:31 -07:00
parent 1f0b9013fa
commit ca1f647684
3 changed files with 0 additions and 27 deletions

View File

@ -10,15 +10,6 @@
networking.firewall.checkReversePath = "loose";
networking.firewall.enable = false;
# Password-less root
security.sudo.extraRules = [{
users = [ "${user}" ];
commands = [{
command = "ALL" ;
options= [ "NOPASSWD" ];
}];
}];
environment.systemPackages = with pkgs; [
];

View File

@ -15,15 +15,6 @@
# Enable docker
virtualisation.docker.enable = true;
virtualisation.docker.storageDriver = "btrfs";
# Password-less root
security.sudo.extraRules = [{
users = [ "${user}" ];
commands = [{
command = "ALL" ;
options= [ "NOPASSWD" ];
}];
}];
environment.systemPackages = with pkgs; [
distrobox # Platform for creating and managing Linux distribution images.

View File

@ -15,15 +15,6 @@
# Enable docker
virtualisation.docker.enable = true;
virtualisation.docker.storageDriver = "btrfs";
# Password-less root
security.sudo.extraRules = [{
users = [ "${user}" ];
commands = [{
command = "ALL" ;
options= [ "NOPASSWD" ];
}];
}];
environment.systemPackages = with pkgs; [
distrobox # Platform for creating and managing Linux distribution images.