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.