diff options
| -rw-r--r-- | hel.nix | 8 |
1 files changed, 0 insertions, 8 deletions
| @@ -203,14 +203,6 @@ | |||
| 203 | ''; | 203 | ''; |
| 204 | 204 | ||
| 205 | setuidPrograms = ["slock" "mount" "mount.nfs" "umount" "newgrp" "thinklight"]; | 205 | setuidPrograms = ["slock" "mount" "mount.nfs" "umount" "newgrp" "thinklight"]; |
| 206 | |||
| 207 | polkit.extraConfig = '' | ||
| 208 | polkit.addRule(function(action, subject) { | ||
| 209 | if (action.id.indexOf("org.freedesktop.NetworkManager.") == 0 && subject.isInGroup("network")) { | ||
| 210 | return polkit.Result.YES; | ||
| 211 | } | ||
| 212 | }); | ||
| 213 | ''; | ||
| 214 | }; | 206 | }; |
| 215 | 207 | ||
| 216 | time.timeZone = "Europe/Berlin"; | 208 | time.timeZone = "Europe/Berlin"; |
