configuration.nix/hosts/bifrost/security.nix

10 lines
108 B
Nix
Raw Normal View History

2024-11-09 20:27:33 +05:30
_: {
security = {
sudo = {
wheelNeedsPassword = false;
};
polkit.enable = true;
};
}