From 4c245ed752f6df377782d0c6906123f745cb936c Mon Sep 17 00:00:00 2001 From: clerie Date: Mon, 10 Jun 2024 17:58:37 +0200 Subject: [PATCH] hosts/porter: Remove snowflake proxy --- hosts/porter/configuration.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/hosts/porter/configuration.nix b/hosts/porter/configuration.nix index d68e1b4..25ccad4 100644 --- a/hosts/porter/configuration.nix +++ b/hosts/porter/configuration.nix @@ -26,8 +26,6 @@ }; }; - services.snowflake-proxy.enable = true; - networking.firewall.allowedTCPPorts = [ 80 443 ]; networking.firewall.allowedUDPPorts = [];