reNixos/kyra/security/polkit.nix
s0me1newithhand7s 59647629a8 kyra(hardening): polkit init
Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
2026-05-03 16:06:55 +03:00

10 lines
132 B
Nix

_: {
security = {
polkit = {
enable = true;
adminIdentities = [
"unix-group:wheel"
];
};
};
}