diff options
author | tv <tv@krebsco.de> | 2016-02-27 13:10:21 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2016-02-27 13:10:21 +0100 |
commit | 7cff3c0650acc6c1c07d578faa9bb35ff61266bc (patch) | |
tree | d9f556593da5b068a5b0da72a0e1ad189ae6967e /tv/2configs/default.nix | |
parent | cc395214f58e4ac1d95e9855d4cf4784fa75d17e (diff) |
tv sendmail: setuid in exim-*
Diffstat (limited to 'tv/2configs/default.nix')
-rw-r--r-- | tv/2configs/default.nix | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tv/2configs/default.nix b/tv/2configs/default.nix index 02b3b61cf..1e0da8da4 100644 --- a/tv/2configs/default.nix +++ b/tv/2configs/default.nix @@ -178,12 +178,6 @@ with config.krebs.lib; } { - # TODO: exim - security.setuidPrograms = [ - "sendmail" # for sudo - ]; - } - { environment.systemPackages = [ pkgs.get pkgs.krebszones |