configuration.nix/hosts/wynne/security.nix

9 lines
107 B
Nix
Raw Normal View History

2024-07-03 17:03:51 +05:30
_: {
security = {
sudo = {
wheelNeedsPassword = false;
};
polkit.enable = true;
};
}