mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37:44 +00:00
Maybe fix ACME?
This commit is contained in:
parent
e8cd6b7ad7
commit
0c85685729
2 changed files with 5 additions and 6 deletions
|
@ -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}";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue