aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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";
}