This commit is contained in:
2026-01-15 20:42:50 +03:00
parent 5755610075
commit e20ffb4fca
14 changed files with 51 additions and 76 deletions
+5 -6
View File
@@ -38,12 +38,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;
}
});
'';
};
};