summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hel.nix')
-rw-r--r--hel.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index 7109c857..ce8bd962 100644
--- a/hel.nix
+++ b/hel.nix
@@ -180,7 +180,8 @@
180 180
181 postfix = { 181 postfix = {
182 enable = true; 182 enable = true;
183 enableSmtp = false; 183 enableSmtp = true;
184 enableSubmission = false;
184 setSendmail = true; 185 setSendmail = true;
185 networksStyle = "host"; 186 networksStyle = "host";
186 hostname = "hel.midgard.yggdrasil"; 187 hostname = "hel.midgard.yggdrasil";