Add lldap to auth01 host

This commit is contained in:
2025-04-01 22:22:43 +02:00
parent 5370d01c3d
commit cba1821f3b
11 changed files with 253 additions and 76 deletions

11
system/acme.nix Normal file
View File

@@ -0,0 +1,11 @@
{ ... }:
{
security.acme = {
acceptTerms = true;
defaults = {
server = "https://ca.home.2rjus.net/acme/acme/directory";
email = "root@home.2rjus.net";
dnsPropagationCheck = false;
};
};
}