configuration.nix/hosts/rico1/security.nix

9 lines
107 B
Nix
Raw Normal View History

2024-06-25 00:23:05 +05:30
_: {
security = {
sudo = {
wheelNeedsPassword = false;
};
polkit.enable = true;
};
}