feat(website): move to gensokyo-zone/website

This commit is contained in:
Kat Inskip 2024-01-27 22:27:21 -08:00
parent 5b1523c21f
commit 452033d672
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
7 changed files with 34 additions and 102 deletions

View file

@ -1,6 +1,7 @@
{
config,
lib,
inputs,
pkgs,
...
}: let
@ -8,7 +9,7 @@
in {
services.nginx.virtualHosts.${config.networking.domain} = {
locations."/" = {
root = pkgs.gensokyoZone;
root = inputs.website.packages.${pkgs.system}.gensokyoZone;
};
};
}