summaryrefslogtreecommitdiff
path: root/accounts/gkleen@sif/systemd.nix
diff options
context:
space:
mode:
Diffstat (limited to 'accounts/gkleen@sif/systemd.nix')
-rw-r--r--accounts/gkleen@sif/systemd.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/accounts/gkleen@sif/systemd.nix b/accounts/gkleen@sif/systemd.nix
index ec02b1c3..1804ab0d 100644
--- a/accounts/gkleen@sif/systemd.nix
+++ b/accounts/gkleen@sif/systemd.nix
@@ -143,6 +143,11 @@ in {
143 Restart = "always"; 143 Restart = "always";
144 }; 144 };
145 }; 145 };
146 xss-lock = {
147 Service = {
148 Environment = [ "XSECURELOCK_WANT_FIRST_KEYPRESS=1" ];
149 };
150 };
146 "autossh-socks@proxy.mathw0h:8119" = { 151 "autossh-socks@proxy.mathw0h:8119" = {
147 Service = { 152 Service = {
148 Type = "notify"; 153 Type = "notify";