feat: standardise dns to using `services.skynet."${name}";
` format
This commit is contained in:
parent
75f0a17fcb
commit
023b491d89
32 changed files with 76 additions and 77 deletions
|
@ -62,7 +62,7 @@ in {
|
|||
"*.${cfg.domain.sub}.${cfg.domain.base}.${cfg.domain.tld}"
|
||||
];
|
||||
|
||||
skynet_dns.records = [
|
||||
services.skynet.dns.records = [
|
||||
# the minecraft (web) config server
|
||||
{
|
||||
record = "config.${cfg.domain.sub}";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue