1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

Maybe fix ACME?

This commit is contained in:
RGBCube 2024-01-11 18:28:58 +03:00
parent e8cd6b7ad7
commit 0c85685729
No known key found for this signature in database
2 changed files with 5 additions and 6 deletions

View file

@ -5,13 +5,12 @@ serverSystemConfiguration {
acceptTerms = true;
defaults = {
credentialsFile = config.age.secrets.acme.path;
environmentFile = config.age.secrets.acme.path;
dnsProvider = "cloudflare";
dnsResolver = "1.1.1.1";
email = "security@rgbcu.be";
group = "nginx";
};
certs."rgbcu.be".domain = "*.rgbcu.be";
certs.${config.networking.domain}.domain = "*.${config.networking.domain}";
};
}