kyra(hardening): polkit init

Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
This commit is contained in:
s0me1newithhand7s 2026-05-03 15:48:39 +03:00
parent a8c7b87791
commit 59647629a8

10
kyra/security/polkit.nix Normal file
View file

@ -0,0 +1,10 @@
_: {
security = {
polkit = {
enable = true;
adminIdentities = [
"unix-group:wheel"
];
};
};
}