mirror of
https://github.com/RGBCube/ncc
synced 2025-07-29 19:17:45 +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;
|
||||
|
||||
serverSystemConfiguration {
|
||||
age.secrets.acme = {
|
||||
owner = "acme";
|
||||
};
|
||||
|
||||
security.acme = {
|
||||
acceptTerms = true;
|
||||
|
||||
|
@ -9,6 +13,7 @@ serverSystemConfiguration {
|
|||
dnsProvider = "cloudflare";
|
||||
dnsResolver = "1.1.1.1";
|
||||
email = "rgbsphere@gmail.com";
|
||||
group = "nginx";
|
||||
};
|
||||
|
||||
certs."rgbcu.be".extraDomainNames = [ "*.rgbcu.be" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue