This commit is contained in:
2025-10-07 16:36:50 +03:00
parent 2c865de832
commit 34e46a34d3
15 changed files with 3828 additions and 3809 deletions
+6 -5
View File
@@ -34,11 +34,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;
}
});
'';
};
};