This commit is contained in:
2026-01-11 13:01:33 +03:00
parent e16acfd437
commit b7fa6742e1
13 changed files with 80 additions and 80 deletions
+6 -6
View File
@@ -38,12 +38,12 @@
polkit = {
enable = true;
extraConfig = ''
polkit.addRule(function(action, subject) {
if (subject.isInGroup("wheel")){ // for sudo
return polkit.Result.YES;
}
});
polkit.addRule(function(action, subject) {
if (subject.isInGroup("wheel")){ // for sudo
return polkit.Result.YES;
}
});
'';
};
};