kyra(hardening): polkit init
Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
This commit is contained in:
parent
a8c7b87791
commit
59647629a8
1 changed files with 10 additions and 0 deletions
10
kyra/security/polkit.nix
Normal file
10
kyra/security/polkit.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
_: {
|
||||
security = {
|
||||
polkit = {
|
||||
enable = true;
|
||||
adminIdentities = [
|
||||
"unix-group:wheel"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue