configuration.nix/hosts/bifrost/security.nix

9 lines
108 B
Nix

_: {
security = {
sudo = {
wheelNeedsPassword = false;
};
polkit.enable = true;
};
}