diff options
author | stuebinm | 2022-04-04 17:21:50 +0200 |
---|---|---|
committer | stuebinm | 2022-04-04 19:56:46 +0200 |
commit | afcaf310b923d55e41d6120d1ccaade136e66691 (patch) | |
tree | 2c82d30c807b5b09f9527550ef490cc6de8db0be /flora/configuration.nix | |
parent | a68b67e186fa189f592476d287540445568d1822 (diff) |
flora: add a simple mailserver setup
mostly to get a working sendmail and also play around with stuff
Diffstat (limited to 'flora/configuration.nix')
-rw-r--r-- | flora/configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/flora/configuration.nix b/flora/configuration.nix index ada156e..fde327b 100644 --- a/flora/configuration.nix +++ b/flora/configuration.nix @@ -13,6 +13,7 @@ ./services/dockerhub.nix ./services/blog.nix ./services/znc.nix + ./services/mail.nix ]; # Use the GRUB 2 boot loader. |