Enable Snowflake proxy with capacity 50

This commit is contained in:
Stefan Kempinger 2026-02-17 08:53:50 +01:00
parent bd2d37d331
commit 6ede343e56

View file

@ -894,6 +894,11 @@
# };
};
};
services.snowflake-proxy = {
enable = true;
capacity = 50;
};
nixpkgs.config.allowUnfree = true;