diff --git a/nixos/machines/fluffy/configuration.nix b/nixos/machines/fluffy/configuration.nix index 1dd0cb83..24192be3 100644 --- a/nixos/machines/fluffy/configuration.nix +++ b/nixos/machines/fluffy/configuration.nix @@ -5,7 +5,7 @@ ... }: let wireguard = import ../../../common/wireguard.nix; - inherit (config.m-0) hosts prefix; + inherit (config.m-0) hosts; localAddress = "fdc0:1::2"; in { imports = [ @@ -187,10 +187,6 @@ in { cleanupInterval = "15m"; 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