diff options
author | tv <tv@krebsco.de> | 2017-06-27 21:30:05 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2017-06-27 21:30:05 +0200 |
commit | ebb68ee1f89d9387402effe0726809831e6de9b6 (patch) | |
tree | 239abf4f3b1387b1066306de4881828f06c39165 /tv/1systems | |
parent | 3789c7698b4e076d907e31ab8c0ba60597ee3721 (diff) |
tv mu: security.wrappers.slock.{slock => source}
Diffstat (limited to 'tv/1systems')
-rw-r--r-- | tv/1systems/mu.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tv/1systems/mu.nix b/tv/1systems/mu.nix index fcd0a2178..cb8e7d97a 100644 --- a/tv/1systems/mu.nix +++ b/tv/1systems/mu.nix @@ -101,7 +101,7 @@ with import <stockholm/lib>; security.wrappers = { sendmail.source = "${pkgs.exim}/bin/sendmail"; # for cron - slock.slock = "${pkgs.slock}/bin/slock"; + slock.source = "${pkgs.slock}/bin/slock"; }; security.pam.loginLimits = [ |