summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ymir.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/ymir.nix b/ymir.nix
index 0f81ccca..112196dc 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.writeTextFile "transport" '' 319 transport_maps = regexp:${pkgs.writeText "transport" ''
320 /^gkleen[@\+]/ uucp:isaac 320 /^gkleen[@\+]/ uucp:isaac
321 ''} 321 ''}
322 ''; 322 '';