1
Fork 0
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:
RGBCube 2024-01-11 18:02:57 +03:00
parent 5b399f90d8
commit e8cd6b7ad7
No known key found for this signature in database
2 changed files with 4 additions and 8 deletions

View file

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