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 | 28c6c59f6af9a0f8911a70b7b59cf630ca2161f0 (patch) | |
tree | 7bb4d8685c982f8ce5a33804b9eb79146c998bef /tv/1systems | |
parent | 2cee1cee722be0ff4a4b090beffd1f801c3059aa (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 fcd0a21..cb8e7d9 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 = [ |