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.