From 529a518cd19948e109005e8536d402d63892221c Mon Sep 17 00:00:00 2001 From: beatzaplenty Date: Sun, 12 Jul 2026 19:09:46 +1000 Subject: [PATCH] removed promotheus exporter --- hosts/nix-cache/configuration.nix | 8 ++++---- hosts/server/configuration.nix | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/hosts/nix-cache/configuration.nix b/hosts/nix-cache/configuration.nix index 12b886f..b3101be 100644 --- a/hosts/nix-cache/configuration.nix +++ b/hosts/nix-cache/configuration.nix @@ -21,10 +21,10 @@ KEY = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFPR9kwtC4TAeTRu46A7+opZsYpxqkRJ+x/Zy TOKEN = "c9192e4c-7b5d-4910-8241-c2d68afadbac"; }; -services.prometheus.exporters.node = { - enable = true; - openFirewall = true; -}; +#services.prometheus.exporters.node = { +# enable = true; +# openFirewall = true; +#}; # Open ports in the firewall. # networking.firewall.allowedTCPPorts = [ 80 8080 443 ]; diff --git a/hosts/server/configuration.nix b/hosts/server/configuration.nix index 2eaf334..fad7a0f 100644 --- a/hosts/server/configuration.nix +++ b/hosts/server/configuration.nix @@ -155,10 +155,10 @@ services.nfs.server = { # externalInterface = "enp0s18"; # internalInterfaces = [ "wg0" ]; # }; -services.prometheus.exporters.node = { - enable = true; - openFirewall = true; -}; +#services.prometheus.exporters.node = { +# enable = true; +# openFirewall = true; +#}; # services.openssh.settings.PermitRootLogin = "yes"; # Open ports in the firewall.