fix: wheel no passwd

This commit is contained in:
2025-04-08 04:41:30 +00:00
parent f56730b400
commit 71cab54c7a

View File

@@ -32,6 +32,8 @@
]); ]);
}; };
security.sudo.wheelNeedsPassword = false;
users.users.luca = { users.users.luca = {
isNormalUser = true; isNormalUser = true;
extraGroups = [ "wheel" ]; extraGroups = [ "wheel" ];