2025-01-01 14:45:03 +00:00
|
|
|
{ config, ... }:
|
|
|
|
|
|
|
|
{
|
|
|
|
security.acme = {
|
|
|
|
acceptTerms = true;
|
|
|
|
|
|
|
|
certs = {
|
2025-01-21 00:46:13 +00:00
|
|
|
"oliverdavies.uk" = {
|
|
|
|
domain = "oliverdavies.uk";
|
2025-01-01 14:45:03 +00:00
|
|
|
dnsProvider = "cloudflare";
|
|
|
|
email = "oliver@oliverdavies.uk";
|
2025-01-21 00:46:13 +00:00
|
|
|
environmentFile = config.age.secrets.cloudflare.path;
|
2025-01-01 14:45:03 +00:00
|
|
|
webroot = null;
|
|
|
|
|
2025-04-27 21:15:53 +01:00
|
|
|
extraDomainNames = [
|
|
|
|
"code.oliverdavies.uk"
|
|
|
|
"jellyfin.oliverdavies.uk"
|
|
|
|
"nixedo.oliverdavies.uk"
|
|
|
|
"www.oliverdavies.uk"
|
|
|
|
];
|
2025-01-01 14:45:03 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
}
|