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