loptland: include new domain

This commit is contained in:
Christoph Hollizeck 2026-03-26 10:35:07 +01:00
parent 6819cd0d61
commit 79ff9db5a9
2 changed files with 21 additions and 0 deletions

View file

@ -54,6 +54,11 @@ topLevel: {
dnsResolver = "1.1.1.1:53";
extraDomainNames = [ "*.${domainname}" ];
};
certs."cholli.de" = {
dnsResolver = "1.1.1.1:53";
extraDomainNames = [ "*.cholli.de" ];
};
};
};