feat: standardise dns to using `services.skynet."${name}";` format

This commit is contained in:
silver 2024-05-30 13:25:52 +01:00
parent 75f0a17fcb
commit 023b491d89
Signed by: silver
GPG key ID: 54E2C71918E93B74
32 changed files with 76 additions and 77 deletions

View file

@ -44,7 +44,7 @@ in {
"${name}.skynet.ie"
];
skynet_dns.records = [
services.skynet.dns.records = [
{
record = "${name}";
r_type = "CNAME";