summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hel.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index ed90d960..94a9cfda 100644
--- a/hel.nix
+++ b/hel.nix
@@ -187,7 +187,7 @@
187 , permit 187 , permit
188 ''; 188 '';
189 aliasFiles = { 189 aliasFiles = {
190 "recipient_restrictions" = '' 190 "recipient_restrictions" = pkgs.writeText "recipient_restrictions" ''
191 uucp@hel.midgard.yggdrasil REJECT 191 uucp@hel.midgard.yggdrasil REJECT
192 ''; 192 '';
193 }; 193 };