mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-10 04:49:19 -08:00
feat(gensokyo.zone): fixes
This commit is contained in:
parent
58992ff283
commit
26aa770508
8 changed files with 72 additions and 43 deletions
|
|
@ -71,6 +71,5 @@
|
|||
network = "internet";
|
||||
type = "cname";
|
||||
domain = "vault";
|
||||
zone = "kittywit.ch.";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
{
|
||||
services.nginx.virtualHosts = {
|
||||
"kittywit.ch" = {
|
||||
root = pkgs.gensokyoZone;
|
||||
root = pkgs.kittywitCh;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue