summaryrefslogtreecommitdiff
path: root/systems/afrodite/networking.nix
diff options
context:
space:
mode:
Diffstat (limited to 'systems/afrodite/networking.nix')
-rw-r--r--systems/afrodite/networking.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/systems/afrodite/networking.nix b/systems/afrodite/networking.nix
index c378836..5065ce4 100644
--- a/systems/afrodite/networking.nix
+++ b/systems/afrodite/networking.nix
@@ -8,7 +8,7 @@
firewall = {
enable = true;
- allowedTCPPorts = [ 22 ];
+ allowedTCPPorts = [ 22 80 443 ];
allowedUDPPorts = [ 51820 ];
};