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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user