1
0
Fork 0

Fix fluffy firewall

This commit is contained in:
maralorn 2023-01-14 14:39:42 +01:00
parent 56cbdcb1ab
commit cfce800150

View file

@ -5,7 +5,7 @@
... ...
}: let }: let
wireguard = import ../../../common/wireguard.nix; wireguard = import ../../../common/wireguard.nix;
inherit (config.m-0) hosts prefix; inherit (config.m-0) hosts;
localAddress = "fdc0:1::2"; localAddress = "fdc0:1::2";
in { in {
imports = [ imports = [
@ -187,10 +187,6 @@ in {
cleanupInterval = "15m"; cleanupInterval = "15m";
snapshotInterval = "*:00/3:00"; snapshotInterval = "*:00/3:00";
}; };
prometheus.exporters.node = {
firewallFilter = "-i m0wire -p tcp -m tcp -m multiport --dports 9100,9558";
openFirewall = true;
};
}; };
# This value determines the NixOS release from which the default # This value determines the NixOS release from which the default