From 7d0a802d301b2d00bdcc980dd0e963c8db3e2133 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Thu, 16 Feb 2023 08:52:54 +0100 Subject: [PATCH] feat(zaatar): allow ful to backup --- systems/zaatar/backup.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/systems/zaatar/backup.nix b/systems/zaatar/backup.nix index 77ce809..d60d87f 100644 --- a/systems/zaatar/backup.nix +++ b/systems/zaatar/backup.nix @@ -44,6 +44,10 @@ in { inherit dport protocol; source = retiolumAddresses.makanek.ipv4; }) + (firewall.accept { + inherit dport protocol; + source = retiolumAddresses.ful.ipv4; + }) ]; in { extraCommands = firewall.addRules rules;