We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9065166 + 7cd918d commit 0200ea5Copy full SHA for 0200ea5
modules/monitoring.nix
@@ -1,9 +1,9 @@
1
{
2
# Allow Mic92's prometheus server to access telegraf
3
networking.firewall.extraCommands = ''
4
- ip6tables -A nixos-fw -p tcp --source 2a03:4000:62:fdb::/128 --dport 9273 -j nixos-fw-accept
+ ip6tables -A nixos-fw -p tcp --source 2a01:4f8:1c1a:37b2::1/128 --dport 9273 -j nixos-fw-accept
5
'';
6
networking.firewall.extraStopCommands = ''
7
- ip6tables -D nixos-fw -p tcp --source 2a03:4000:62:fdb::/128 --dport 9273 -j nixos-fw-accept || true
+ ip6tables -D nixos-fw -p tcp --source 2a01:4f8:1c1a:37b2::1/128 --dport 9273 -j nixos-fw-accept || true
8
9
}
0 commit comments