From 6ede343e56010240e6d5d9f3533a0a16a576f172 Mon Sep 17 00:00:00 2001 From: Stefan Kempinger Date: Tue, 17 Feb 2026 08:53:50 +0100 Subject: [PATCH] Enable Snowflake proxy with capacity 50 --- heimserver/configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/heimserver/configuration.nix b/heimserver/configuration.nix index f4580cf..c244737 100644 --- a/heimserver/configuration.nix +++ b/heimserver/configuration.nix @@ -894,6 +894,11 @@ # }; }; }; + + services.snowflake-proxy = { + enable = true; + capacity = 50; + }; nixpkgs.config.allowUnfree = true;