loptland: init matrix server

This commit is contained in:
Christoph Hollizeck 2026-03-26 13:25:08 +01:00
parent d53de15a3f
commit ff78e01175
5 changed files with 143 additions and 2 deletions

View file

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