diff options
author | Kjetil Orbekk <kjetil.orbekk@gmail.com> | 2017-05-20 18:30:10 -0400 |
---|---|---|
committer | Kjetil Orbekk <kjetil.orbekk@gmail.com> | 2017-05-20 18:30:22 -0400 |
commit | a57a9912ead33f66212946622a3a21307bd6aab4 (patch) | |
tree | da8c6780b726e2ef229c42ce3b5ca544e04bb4f3 /machines | |
parent | f2c421e94d95d830d430fee5b3c07654429bd603 (diff) |
shape: Add mail server.
Diffstat (limited to 'machines')
-rw-r--r-- | machines/container-shape.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/machines/container-shape.nix b/machines/container-shape.nix index 70c5cd0..1a5d832 100644 --- a/machines/container-shape.nix +++ b/machines/container-shape.nix @@ -10,6 +10,7 @@ ../config/cgit.nix ../config/weechat.nix ../config/web-server.nix + ../config/mail-server.nix ]; users.defaultUserShell = lib.mkForce pkgs.bash; |