This commit is contained in:
2025-11-09 12:08:09 +03:00
parent 65c2ebc1f2
commit f9c50b2d60
8 changed files with 32 additions and 32 deletions
+5 -5
View File
@@ -36,11 +36,11 @@
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;
}
});
'';
};
};