configuration.nix/hosts/rico1/security.nix
2024-06-25 00:40:19 +05:30

9 lines
132 B
Nix

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