From a65a72bf1c36cdbafb3b725fb71d5671e4cd7e9e Mon Sep 17 00:00:00 2001 From: Linnea Gräf Date: Fri, 13 Dec 2024 00:36:58 +0100 Subject: Open ssh port --- srv/h-alpha/configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/srv/h-alpha/configuration.nix b/srv/h-alpha/configuration.nix index 9f8167a..70672d9 100644 --- a/srv/h-alpha/configuration.nix +++ b/srv/h-alpha/configuration.nix @@ -33,5 +33,11 @@ networking.hostName = "alpha-site"; + networking.firewall.allowedTCPPorts = [ + 22 + 80 + 443 + ]; + system.stateVersion = "24.11"; } -- cgit