VEGAS/websites: host stop-using-nix-env
This commit is contained in:
parent
90a788ce33
commit
bc2118ed45
1 changed files with 3 additions and 0 deletions
|
@ -8,6 +8,9 @@ let inherit (tools) domain; in
|
|||
soda = static "/srv/storage/www/soda"; # TODO: add back custom error pages, wttr.in cache
|
||||
www = static packages.landing.webroot // { default = true; };
|
||||
|
||||
# PSA sites
|
||||
stop-using-nix-env = static packages.stop-using-nix-env.webroot;
|
||||
|
||||
"shadertool.dev" = proxy "http://test-generic.int.${domain}";
|
||||
"kokaido" = proxy "http://test-generic.int.${domain}:8080";
|
||||
|
||||
|
|
Loading…
Reference in a new issue