feat: Don't require password on sudo for wheel

This commit is contained in:
uttarayan21
2024-11-19 02:36:13 +05:30
parent 3e24f4c726
commit 5abcc34039

View File

@@ -9,6 +9,9 @@
./mirai.nix ./mirai.nix
./docker.nix ./docker.nix
]; ];
security = {
security.sudo.wheelNeedsPassword = false;
};
# Use the systemd-boot EFI boot loader. # Use the systemd-boot EFI boot loader.
boot.loader.systemd-boot.enable = true; boot.loader.systemd-boot.enable = true;