diff options
author | nin <nineinchnade@gmail.com> | 2017-03-07 16:27:15 +0100 |
---|---|---|
committer | nin <nineinchnade@gmail.com> | 2017-03-07 16:27:15 +0100 |
commit | 32e1764b1972ee109ec3687dfec8645f365de9ea (patch) | |
tree | 6fd254345fb0378fabbfd74c79ab578c17bbfc94 /tv/1systems/mu.nix | |
parent | e4f43d0732b30381f8c92854fc603329b27084ca (diff) | |
parent | af162549b12cc7b1f496b2d4d8fe99c9dab85428 (diff) |
Merge remote-tracking branch 'prism/newest'
Diffstat (limited to 'tv/1systems/mu.nix')
-rw-r--r-- | tv/1systems/mu.nix | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tv/1systems/mu.nix b/tv/1systems/mu.nix index e9a8a13..fcd0a21 100644 --- a/tv/1systems/mu.nix +++ b/tv/1systems/mu.nix @@ -99,10 +99,10 @@ with import <stockholm/lib>; programs.ssh.startAgent = false; - security.setuidPrograms = [ - "sendmail" # for cron - "slock" - ]; + security.wrappers = { + sendmail.source = "${pkgs.exim}/bin/sendmail"; # for cron + slock.slock = "${pkgs.slock}/bin/slock"; + }; security.pam.loginLimits = [ # for jack |