From 56a25ab5d7ec654c5e418c2a6fa2edbdc8aee9af Mon Sep 17 00:00:00 2001 From: beatzaplenty Date: Mon, 9 Feb 2026 10:00:53 +0000 Subject: [PATCH] Update hosts/server/configuration.nix --- hosts/server/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/server/configuration.nix b/hosts/server/configuration.nix index f717a75..8195698 100644 --- a/hosts/server/configuration.nix +++ b/hosts/server/configuration.nix @@ -112,6 +112,10 @@ systemd.timers.backup = { externalInterface = "enp0s18"; internalInterfaces = [ "wg0" ]; }; +services.prometheus.exporters.node = { + enable = true; + openFirewall = true; +}; services.openssh.settings.PermitRootLogin = "yes"; # Open ports in the firewall.