Remove password for default user

This commit is contained in:
Théo Barnouin 2024-09-10 10:15:04 +02:00
parent 91e61ef0a6
commit bb2c6e7de3

View file

@ -9,6 +9,7 @@
experimental-features = [ "nix-command" "flakes" ]; experimental-features = [ "nix-command" "flakes" ];
trusted-users = [ "@wheel" ]; trusted-users = [ "@wheel" ];
}; };
security.sudo.wheelNeedsPassword = false;
boot.loader.grub.enable = true; boot.loader.grub.enable = true;
boot.loader.grub.device = "/dev/vda"; # or "nodev" for efi only boot.loader.grub.device = "/dev/vda"; # or "nodev" for efi only