Update hosts/server/configuration.nix

This commit is contained in:
2026-02-09 10:00:53 +00:00
parent 76649ad698
commit 56a25ab5d7

View File

@@ -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.