mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 20:39:18 -08:00
fix(network): solve DNS root issues
This commit is contained in:
parent
595a0983cb
commit
4b2ffe160d
4 changed files with 36 additions and 15 deletions
|
|
@ -1,7 +1,4 @@
|
|||
{ config, lib, meta, pkgs, ... }: with lib; {
|
||||
networks.internet.extra_domains = [
|
||||
"gensokyo.zone"
|
||||
];
|
||||
|
||||
domains = {
|
||||
kittywitch-plex = {
|
||||
|
|
@ -43,6 +40,12 @@
|
|||
domain = "z2m";
|
||||
zone = "gensokyo.zone.";
|
||||
};
|
||||
gensokyo-root = {
|
||||
network = "internet";
|
||||
type = "both";
|
||||
domain = "@";
|
||||
zone = "gensokyo.zone.";
|
||||
};
|
||||
};
|
||||
|
||||
services.nginx.virtualHosts = mkMerge [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue