summaryrefslogtreecommitdiff
path: root/hosts/antares
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/antares')
-rw-r--r--hosts/antares/configuration.nix2
1 files changed, 2 insertions, 0 deletions
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";
}