mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-14 08:45:02 +01:00
snowflake-proxy
This commit is contained in:
parent
432fa7eb0e
commit
56272d89e3
3 changed files with 9 additions and 1 deletions
|
|
@ -179,6 +179,7 @@
|
||||||
./modules/registry
|
./modules/registry
|
||||||
./modules/backup
|
./modules/backup
|
||||||
./modules/restic
|
./modules/restic
|
||||||
|
./modules/snowflake-proxy
|
||||||
|
|
||||||
# apps
|
# apps
|
||||||
./apps/website
|
./apps/website
|
||||||
|
|
@ -201,6 +202,7 @@
|
||||||
./modules/wg-mesh
|
./modules/wg-mesh
|
||||||
./modules/caddy
|
./modules/caddy
|
||||||
./modules/garage
|
./modules/garage
|
||||||
|
./modules/snowflake-proxy
|
||||||
];
|
];
|
||||||
|
|
||||||
system.stateVersion = "23.11";
|
system.stateVersion = "23.11";
|
||||||
|
|
@ -214,6 +216,7 @@
|
||||||
./modules/caddy
|
./modules/caddy
|
||||||
./modules/garage
|
./modules/garage
|
||||||
./modules/prometheus
|
./modules/prometheus
|
||||||
|
./modules/snowflake-proxy
|
||||||
|
|
||||||
./apps/website
|
./apps/website
|
||||||
];
|
];
|
||||||
|
|
@ -229,6 +232,7 @@
|
||||||
./modules/garage
|
./modules/garage
|
||||||
./modules/backup
|
./modules/backup
|
||||||
./modules/restic
|
./modules/restic
|
||||||
|
./modules/snowflake-proxy
|
||||||
|
|
||||||
# apps
|
# apps
|
||||||
./apps/website
|
./apps/website
|
||||||
|
|
@ -284,6 +288,7 @@
|
||||||
./modules/caddy
|
./modules/caddy
|
||||||
./modules/wg-mesh
|
./modules/wg-mesh
|
||||||
./modules/garage
|
./modules/garage
|
||||||
|
./modules/snowflake-proxy
|
||||||
./apps/fakessh
|
./apps/fakessh
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ let
|
||||||
"github.com/noratrieb-mirrors/certmagic-s3@v1.1.3"
|
"github.com/noratrieb-mirrors/certmagic-s3@v1.1.3"
|
||||||
"github.com/sagikazarmark/caddy-fs-s3@v0.10.0"
|
"github.com/sagikazarmark/caddy-fs-s3@v0.10.0"
|
||||||
];
|
];
|
||||||
hash = "sha256-mBoHjvx7vcWepF4PdPqmHjoYrnCl487CD02kk9VeJWM=";
|
hash = "sha256-onWUF2Ecd+LFprqY52U1AEvKhBIwKmI6eibeK03LpWM=";
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
|
|
||||||
3
nix/modules/snowflake-proxy/default.nix
Normal file
3
nix/modules/snowflake-proxy/default.nix
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
{ ... }: {
|
||||||
|
services.snowflake-proxy.enable = true;
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue