From 4a5b189fa81c6729850b27e28bd12a1697a41b19 Mon Sep 17 00:00:00 2001 From: Dominik Kaiser Date: Sun, 16 Feb 2025 23:21:41 +0100 Subject: [PATCH] Open tcp ports on antares --- hosts/antares/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/antares/configuration.nix b/hosts/antares/configuration.nix index 33d5f5e..3540a37 100644 --- a/hosts/antares/configuration.nix +++ b/hosts/antares/configuration.nix @@ -115,5 +115,7 @@ users.groups.git = {}; + networking.firewall.allowedTCPPorts = [ 80 443 ]; + system.stateVersion = "24.05"; } -- 2.47.2