mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 19:47:47 +00:00
Update acme secret owners
This commit is contained in:
parent
090aef0893
commit
fdecd84428
1 changed files with 5 additions and 0 deletions
|
@ -1,6 +1,10 @@
|
||||||
{ config, ulib, ... }: with ulib;
|
{ config, ulib, ... }: with ulib;
|
||||||
|
|
||||||
serverSystemConfiguration {
|
serverSystemConfiguration {
|
||||||
|
age.secrets.acme = {
|
||||||
|
owner = "acme";
|
||||||
|
};
|
||||||
|
|
||||||
security.acme = {
|
security.acme = {
|
||||||
acceptTerms = true;
|
acceptTerms = true;
|
||||||
|
|
||||||
|
@ -9,6 +13,7 @@ serverSystemConfiguration {
|
||||||
dnsProvider = "cloudflare";
|
dnsProvider = "cloudflare";
|
||||||
dnsResolver = "1.1.1.1";
|
dnsResolver = "1.1.1.1";
|
||||||
email = "rgbsphere@gmail.com";
|
email = "rgbsphere@gmail.com";
|
||||||
|
group = "nginx";
|
||||||
};
|
};
|
||||||
|
|
||||||
certs."rgbcu.be".extraDomainNames = [ "*.rgbcu.be" ];
|
certs."rgbcu.be".extraDomainNames = [ "*.rgbcu.be" ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue