From: Dominik Kaiser Date: Sun, 16 Feb 2025 22:21:41 +0000 (+0100) Subject: Open tcp ports on antares X-Git-Url: https://git.dkaiser.de/?a=commitdiff_plain;h=4a5b189fa81c6729850b27e28bd12a1697a41b19;p=config%2Fnixos.git Open tcp ports on antares --- 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"; }