no passwd for wheel

This commit is contained in:
Adithya 2023-04-10 23:40:31 +05:30
parent 59eb035ad8
commit e55128724c
Signed by: adtya
GPG key ID: 48FC9915FFD326D0
2 changed files with 4 additions and 0 deletions

View file

@ -4,6 +4,7 @@
./hardware
./programs
./services
./security.nix
];
networking.hostName = "Rico2";

3
system.rico/security.nix Normal file
View file

@ -0,0 +1,3 @@
{ ... }: {
security.sudo.wheelNeedsPassword = false;
}