From aff4cf1c16e422bc36f4dc72ac88ee3cc82561de Mon Sep 17 00:00:00 2001 From: beatzaplenty Date: Thu, 18 Dec 2025 12:16:06 +1000 Subject: [PATCH] modified: hosts/server/configuration.nix --- hosts/server/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/server/configuration.nix b/hosts/server/configuration.nix index 4c503f3..a8612ff 100644 --- a/hosts/server/configuration.nix +++ b/hosts/server/configuration.nix @@ -112,7 +112,7 @@ systemd.timers.backup = { externalInterface = "ens18"; internalInterfaces = [ "wg0" ]; }; - +networking.enableIPv4Forwarding = true; services.openssh.settings.PermitRootLogin = "yes"; # Open ports in the firewall.