mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37:44 +00:00
Use root domain for all certs
This commit is contained in:
parent
5b399f90d8
commit
e8cd6b7ad7
2 changed files with 4 additions and 8 deletions
|
@ -1,10 +1,6 @@
|
|||
{ config, ulib, ... }: with ulib;
|
||||
|
||||
serverSystemConfiguration {
|
||||
age.secrets.acme = {
|
||||
owner = "acme";
|
||||
};
|
||||
|
||||
security.acme = {
|
||||
acceptTerms = true;
|
||||
|
||||
|
@ -16,6 +12,6 @@ serverSystemConfiguration {
|
|||
group = "nginx";
|
||||
};
|
||||
|
||||
certs."rgbcu.be".extraDomainNames = [ "*.rgbcu.be" ];
|
||||
certs."rgbcu.be".domain = "*.rgbcu.be";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue