depot/hosts/VEGAS/services/websites/websites.nix

13 lines
349 B
Nix
Raw Normal View History

{ packages, tools }:
2021-10-16 21:00:53 +03:00
with tools.vhosts;
let inherit (tools) domain; in
{
# websites
ktp = static "/srv/storage/www/soda/ktp";
legacy = static "/srv/storage/www/legacy";
soda = static "/srv/storage/www/soda"; # TODO: add back custom error pages, wttr.in cache
# content delivery
autoconfig = static "/srv/storage/www/autoconfig";
}