From 75f612a8575706b6f8ec5425323554a228e555f6 Mon Sep 17 00:00:00 2001 From: clerie Date: Thu, 29 Sep 2022 17:36:16 +0200 Subject: [PATCH] hosts/porter: Add snowflake --- hosts/porter/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/porter/configuration.nix b/hosts/porter/configuration.nix index bab0af9..0552f74 100644 --- a/hosts/porter/configuration.nix +++ b/hosts/porter/configuration.nix @@ -44,6 +44,8 @@ clerie.chisel.enable = true; + services.snowflake-proxy.enable = true; + networking.firewall.allowedTCPPorts = [ 80 443 ]; networking.firewall.allowedUDPPorts = [];