summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-05-22 16:21:09 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2016-05-22 16:21:09 +0200
commitf47c1e76e338510a5adf9ba11f980aef31fbc87f (patch)
tree8949dd53ed0acabc323d30118947a63a213cf988 /hel.nix
parent8dcbba599a827f58d50d490de7b6dd76e0365bc1 (diff)
downloadnixos-f47c1e76e338510a5adf9ba11f980aef31fbc87f.tar
nixos-f47c1e76e338510a5adf9ba11f980aef31fbc87f.tar.gz
nixos-f47c1e76e338510a5adf9ba11f980aef31fbc87f.tar.bz2
nixos-f47c1e76e338510a5adf9ba11f980aef31fbc87f.tar.xz
nixos-f47c1e76e338510a5adf9ba11f980aef31fbc87f.zip
Revert "i3lock with fingerprint support"
This reverts commit 8dcbba599a827f58d50d490de7b6dd76e0365bc1.
Diffstat (limited to 'hel.nix')
-rw-r--r--hel.nix8
1 files changed, 2 insertions, 6 deletions
diff --git a/hel.nix b/hel.nix
index c8d9c616..4c7868f7 100644
--- a/hel.nix
+++ b/hel.nix
@@ -43,7 +43,7 @@
43 43
44 environment.systemPackages = with pkgs; [ 44 environment.systemPackages = with pkgs; [
45 git 45 git
46 i3lock 46 slock
47 shadow 47 shadow
48 (callPackage ./custom/thinklight.nix { thinklight = "kbd_backlight"; }) 48 (callPackage ./custom/thinklight.nix { thinklight = "kbd_backlight"; })
49 (callPackage ./utils/nix/rebuild-system.nix {}) 49 (callPackage ./utils/nix/rebuild-system.nix {})
@@ -204,8 +204,6 @@
204 enable = true; 204 enable = true;
205 drivers = with pkgs; [ samsung-unified-linux-driver ]; 205 drivers = with pkgs; [ samsung-unified-linux-driver ];
206 }; 206 };
207
208 fprintd.enable = true;
209 }; 207 };
210 208
211 users = { 209 users = {
@@ -230,9 +228,7 @@
230 %wheel ALL=(ALL) NOPASSWD: SYSCTRL 228 %wheel ALL=(ALL) NOPASSWD: SYSCTRL
231 ''; 229 '';
232 230
233 setuidPrograms = ["mount" "mount.nfs" "umount" "newgrp" "thinklight"]; 231 setuidPrograms = ["slock" "mount" "mount.nfs" "umount" "newgrp" "thinklight"];
234
235 pam.services."i3lock".fprintAuth = true;
236 }; 232 };
237 233
238 time.timeZone = "Europe/Berlin"; 234 time.timeZone = "Europe/Berlin";