summaryrefslogtreecommitdiff
path: root/ymir.nix
diff options
context:
space:
mode:
Diffstat (limited to 'ymir.nix')
-rw-r--r--ymir.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/ymir.nix b/ymir.nix
index 8db8cac8..0f81ccca 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -316,7 +316,7 @@ in rec {
316 #enable TLS logging to see the ciphers for outbound connections 316 #enable TLS logging to see the ciphers for outbound connections
317 smtp_tls_loglevel = 1 317 smtp_tls_loglevel = 1
318 318
319 transport_maps = regexp:${pkgs.writeFile "transport" '' 319 transport_maps = regexp:${pkgs.writeTextFile "transport" ''
320 /^gkleen[@\+]/ uucp:isaac 320 /^gkleen[@\+]/ uucp:isaac
321 ''} 321 ''}
322 ''; 322 '';