aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinnea Gräf <nea@nea.moe>2024-12-13 00:36:58 +0100
committerLinnea Gräf <nea@nea.moe>2024-12-13 00:36:58 +0100
commita65a72bf1c36cdbafb3b725fb71d5671e4cd7e9e (patch)
treef8d6ffc3f565eaf35b0fa8a3a4e84b4060e16b76
parentfd34381a09d0691ad90a374e1ce639d591d253f6 (diff)
downloadnix-infra-a65a72bf1c36cdbafb3b725fb71d5671e4cd7e9e.tar.gz
nix-infra-a65a72bf1c36cdbafb3b725fb71d5671e4cd7e9e.tar.bz2
nix-infra-a65a72bf1c36cdbafb3b725fb71d5671e4cd7e9e.zip
Open ssh port
-rw-r--r--srv/h-alpha/configuration.nix6
1 files changed, 6 insertions, 0 deletions
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";
}