mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
feat(website): move to gensokyo-zone/website
This commit is contained in:
parent
5b1523c21f
commit
452033d672
7 changed files with 34 additions and 102 deletions
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue