From 6a52d98edf3c220255a6bb7ef609dbbcc71727fe Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 6 Oct 2016 17:35:36 +0200 Subject: slimlock service replaced by xss-lock --- hel.nix | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/hel.nix b/hel.nix index 718ddf53..c5485c15 100644 --- a/hel.nix +++ b/hel.nix @@ -343,21 +343,6 @@ environment.etc."sane.d/dll.conf".text = "xerox_mfp"; environment.etc."sane.d/xerox_mfp.conf".text = "tcp printer.asgard.yggdrasil"; - systemd.services."slimlock@" = { - environment = config.systemd.services."display-manager".environment; - serviceConfig = { - Type = "simple"; - User = "%I"; - ExecStart = "${pkgs.slim}/bin/slimlock"; - ExecStartPre = "${pkgs.psmisc}/bin/killall -SIGUSR1 dunst"; - ExecStopPost = "${pkgs.psmisc}/bin/killall -SIGUSR2 dunst"; - }; - }; - systemd.targets."sleep" = { - after = [ "slimlock@gkleen.service" ]; - wants = [ "slimlock@gkleen.service" ]; - }; - systemd.services."kill-user@" = { serviceConfig = { Type = "oneshot"; -- cgit v1.2.3