[nix] Metrics host moved to new Fujitsu host

This commit is contained in:
Sebastian Schulze 2023-06-01 11:46:16 +02:00
parent 11b8f8a3dc
commit e75190ffd9
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
1 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@
};
};
};
networking.firewall.extraCommands = "iptables -A nixos-fw -p tcp --source 10.11.12.10/32 --dport 9100:9100 -j nixos-fw-accept";
networking.firewall.extraStopCommands = "iptables -D nixos-fw -p tcp --source 10.11.12.10/32 --dport 9100:9100 -j nixos-fw-accept || true";
networking.firewall.extraCommands = "iptables -A nixos-fw -p tcp --source 10.11.12.20/32 --dport 9100:9100 -j nixos-fw-accept";
networking.firewall.extraStopCommands = "iptables -D nixos-fw -p tcp --source 10.11.12.20/32 --dport 9100:9100 -j nixos-fw-accept || true";
};
}