diff options
author | makefu <github@syntax-fehler.de> | 2015-10-21 09:10:21 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2015-10-21 09:10:21 +0200 |
commit | 0696c3ff38ff629ad5f184bc458392de748a87b6 (patch) | |
tree | d6bc747f88581cad4b7ca898b7a2d691a24716eb /makefu | |
parent | 0bc015bf3c2b8f70952793cc117cd9b976ebc96e (diff) |
m 2 mail: remove client packages from server config
Diffstat (limited to 'makefu')
-rw-r--r-- | makefu/2configs/exim-retiolum.nix | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/makefu/2configs/exim-retiolum.nix b/makefu/2configs/exim-retiolum.nix index cebfd7cea..b8c5c5236 100644 --- a/makefu/2configs/exim-retiolum.nix +++ b/makefu/2configs/exim-retiolum.nix @@ -5,10 +5,6 @@ with lib; krebs.exim-retiolum.enable = true; environment.systemPackages = with pkgs; [ msmtp - mutt-kz - notmuch - # TODO: put this somewhere else - offlineimap ]; } |