diff options
Diffstat (limited to 'nix/systems/spontaneity/default.nix')
-rw-r--r-- | nix/systems/spontaneity/default.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nix/systems/spontaneity/default.nix b/nix/systems/spontaneity/default.nix index df3dc6b..a40c53a 100644 --- a/nix/systems/spontaneity/default.nix +++ b/nix/systems/spontaneity/default.nix @@ -17,4 +17,8 @@ grub.enable = true; }; }; + config.networking.firewall.allowedTCPPorts = [ + 80 + 443 + ]; } |