diff options
author | tv <tv@krebsco.de> | 2017-10-26 18:43:33 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2017-10-26 18:43:33 +0200 |
commit | d5fd5107e6cd8e4d1cd0e63420d35a9df5279e7f (patch) | |
tree | 05731b063ed6243632b6c3a61a329618da6a6951 /lass/1systems/helios/config.nix | |
parent | 1993cbc42114c759a47fed8de1e73980d3df57d9 (diff) | |
parent | 458bd5f6bda5b5718959613ceb989862a530ed7b (diff) |
Merge remote-tracking branch 'prism/master'
Diffstat (limited to 'lass/1systems/helios/config.nix')
-rw-r--r-- | lass/1systems/helios/config.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lass/1systems/helios/config.nix b/lass/1systems/helios/config.nix index 6db6f8fd1..70aa3832d 100644 --- a/lass/1systems/helios/config.nix +++ b/lass/1systems/helios/config.nix @@ -115,4 +115,6 @@ with import <stockholm/lib>; (pkgs.fetchurl { url = "http://pki.dcso.de/ca/PEM/DCSOCAIDENC2G1.pem"; sha256 = "1z2qkyhgjvri13bvi06ynkb7mjmpcznmc9yw8chx1lnwc3cxa7kf"; }) (pkgs.fetchurl { url = "http://pki.dcso.de/ca/PEM/DCSOCAIDENC3G1.pem"; sha256 = "0smdjjvz95n652cb45yhzdb2lr83zg52najgbzf6lm3w71f8mv7f"; }) ]; + + lass.screenlock.command = "${pkgs.i3lock}/bin/i3lock -i /home/lass/lock.png -t -f"; } |