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

6
flake.lock generated
View file

@ -879,11 +879,11 @@
"tools": "tools"
},
"locked": {
"lastModified": 1704985258,
"narHash": "sha256-fpeXqhHzKsoCfTaCSNxr+ZxddD4LBwAbGAc8/PbrXmg=",
"lastModified": 1704987079,
"narHash": "sha256-43cGAF3QP0NU7hKEbAERkMNNfWqPdIB+NibkAl/Ppcg=",
"owner": "RGBCube",
"repo": "Site",
"rev": "5d958027300049e40ee8bd18a48d9e49b0c1c8a5",
"rev": "e81527eea1a171a5362ffbc8b4f328480b459860",
"type": "github"
},
"original": {

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}";
};
}