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
|
@ -39,7 +39,7 @@ in {
|
|||
"ip daddr ${ip_pub} udp dport 51820 counter packets 0 bytes 0 accept"
|
||||
];
|
||||
|
||||
skynet_dns.records = {
|
||||
services.skynet.dns.records = {
|
||||
external = [
|
||||
"${name} A ${ip_pub}"
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue