aboutsummaryrefslogtreecommitdiff
path: root/modules/services/proxy
diff options
context:
space:
mode:
Diffstat (limited to 'modules/services/proxy')
-rw-r--r--modules/services/proxy/default.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/modules/services/proxy/default.nix b/modules/services/proxy/default.nix
index e11beab..c70bb54 100644
--- a/modules/services/proxy/default.nix
+++ b/modules/services/proxy/default.nix
@@ -5,5 +5,8 @@
package = pkgs.caddy;
};
- networking.firewall.allowedTCPPorts = [ 80 443 ];
+ networking.firewall.allowedTCPPorts = [
+ 80
+ 443
+ ];
}