diff options
| -rw-r--r-- | hosts/antares/configuration.nix | 2 |
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"; } |
