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