summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hel.nix')
-rw-r--r--hel.nix8
1 files changed, 0 insertions, 8 deletions
diff --git a/hel.nix b/hel.nix
index 8f10868b..171e8ec2 100644
--- a/hel.nix
+++ b/hel.nix
@@ -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";