diff --git a/system/shared.nix b/system/shared.nix index 6d577d1..f96563f 100644 --- a/system/shared.nix +++ b/system/shared.nix @@ -37,6 +37,10 @@ networking = { networkmanager.enable = true; enableIPv6 = false; + + firewall.allowedTCPPorts = [ + 22 + ]; }; time.timeZone = "Europe/London";