summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2024-06-02 12:29:17 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2024-06-02 12:29:17 +0200
commitd521ae2d5d765f1047f437ecc7af140178b4c0e1 (patch)
treeb6a328bb4ac20d594a5307f44f1311d43c3724ca /hosts
parent94e07ef75250bf3567790d5b16cb76abf42f8746 (diff)
downloadnixos-d521ae2d5d765f1047f437ecc7af140178b4c0e1.tar
nixos-d521ae2d5d765f1047f437ecc7af140178b4c0e1.tar.gz
nixos-d521ae2d5d765f1047f437ecc7af140178b4c0e1.tar.bz2
nixos-d521ae2d5d765f1047f437ecc7af140178b4c0e1.tar.xz
nixos-d521ae2d5d765f1047f437ecc7af140178b4c0e1.zip
...
Diffstat (limited to 'hosts')
-rw-r--r--hosts/surtr/email/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/surtr/email/default.nix b/hosts/surtr/email/default.nix
index a9491007..057e29f3 100644
--- a/hosts/surtr/email/default.nix
+++ b/hosts/surtr/email/default.nix
@@ -267,7 +267,7 @@ in {
267 ]; 267 ];
268 }; 268 };
269 subcleanup = { 269 subcleanup = {
270 command = "cleanup"; 270 command = "cleanup -v";
271 private = false; 271 private = false;
272 maxproc = 0; 272 maxproc = 0;
273 args = [ 273 args = [
@@ -291,7 +291,7 @@ in {
291 name = "smtp"; 291 name = "smtp";
292 type = "inet"; 292 type = "inet";
293 private = false; 293 private = false;
294 command = "postscreen"; 294 command = "postscreen -v";
295 maxproc = 1; 295 maxproc = 1;
296 }; 296 };
297 smtp = {}; 297 smtp = {};