clanModules.nginx: replace acme fact with concrete value

We shouldn't abuse prompts to require a user to set an option. Instead
our NixOS modules should expose which option need to be specified by the
user.
This commit is contained in:
Jörg Thalheim
2024-09-11 11:23:11 +02:00
parent cac5e95758
commit a1e2a0513c
2 changed files with 11 additions and 12 deletions

View File

@@ -22,7 +22,7 @@
enableACME = lib.mkForce false;
forceSSL = lib.mkForce false;
};
security.acme.defaults.email = "admin@clan.test";
clan.nginx.acme.email = "admins@clan.lol";
clan.matrix-synapse = {
server_tld = "clan.test";
app_domain = "matrix.clan.test";