summaryrefslogtreecommitdiff
path: root/config/services/web/quentin/ihatemoney
diff options
context:
space:
mode:
Diffstat (limited to 'config/services/web/quentin/ihatemoney')
-rw-r--r--config/services/web/quentin/ihatemoney/default.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/config/services/web/quentin/ihatemoney/default.nix b/config/services/web/quentin/ihatemoney/default.nix
index a0eafac..df94392 100644
--- a/config/services/web/quentin/ihatemoney/default.nix
+++ b/config/services/web/quentin/ihatemoney/default.nix
@@ -18,4 +18,12 @@ in {
'';
};
+ services.opensmtpd = lib.mkIf cfg.enable {
+ enable = true;
+ serverConfiguration = ''
+ listen on lo
+ action block mda "cat >/dev/null"
+ match from any for any action block
+ '';
+ };
}