modified: hosts/server/configuration.nix

This commit is contained in:
2025-12-18 12:24:04 +10:00
parent 529535cffd
commit 487d8bc474

View File

@@ -112,7 +112,6 @@ systemd.timers.backup = {
externalInterface = "enp0s18"; externalInterface = "enp0s18";
internalInterfaces = [ "wg0" ]; internalInterfaces = [ "wg0" ];
}; };
networking.enableIPv4Forwarding = true;
services.openssh.settings.PermitRootLogin = "yes"; services.openssh.settings.PermitRootLogin = "yes";
# Open ports in the firewall. # Open ports in the firewall.