From b23359ce188e38e4fc9d1b93a79ab6be7c6ff0ee Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Wed, 22 Dec 2021 16:49:19 +0100 Subject: [PATCH] Fix typo --- nixos/machines/hera/mail.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/machines/hera/mail.nix b/nixos/machines/hera/mail.nix index 6a3f6249..fdd8d52e 100644 --- a/nixos/machines/hera/mail.nix +++ b/nixos/machines/hera/mail.nix @@ -62,7 +62,7 @@ in ''; }; postfix = { - networks = [ "[::1]/128" "127.0.0.1/32" "[${config.m-0.prefix}::]/64" "[${config.m-0.vpn.prefix}::]/64" "10.0.0.0/24" ]; + networks = [ "[::1]/128" "127.0.0.1/32" "[${config.m-0.prefix}::]/64" "[${hosts.vpn.prefix}::]/64" "10.0.0.0/24" ]; transport = "email2matrix.maralorn.de smtp:[::1]:2525"; config = { # Allow TLSv1 because we need to be able to receive mail from legacy servers.