Use configuration options for remaining hardcoded values in module

This commit is contained in:
thiloho
2024-08-18 15:26:33 +02:00
parent 5accbb4283
commit 9ac950e8a1
3 changed files with 40 additions and 12 deletions

View File

@@ -66,6 +66,10 @@
enable = true;
package = localArchtikaPackage;
jwtSecret = "a42kVyAhTImYxZeebZkApoAZLmf0VtDA";
domain = "demo.archtika.com";
acmeEmail = "thilo.hohlt@tutanota.com";
dnsProvider = "porkbun";
dnsEnvironmentFile = /var/lib/porkbun.env;
};
system.stateVersion = "24.11";