mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-10 04:49:19 -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
|
|
@ -43,5 +43,15 @@
|
|||
];
|
||||
};
|
||||
|
||||
domains = {
|
||||
kittywitch-root = {
|
||||
network = "internet";
|
||||
type = "both";
|
||||
domain = "@";
|
||||
zone = "kittywit.ch.";
|
||||
create_cert = false;
|
||||
};
|
||||
};
|
||||
|
||||
system.stateVersion = "21.11";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue