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

6
flake.lock generated
View file

@ -879,11 +879,11 @@
"tools": "tools"
},
"locked": {
"lastModified": 1704898915,
"narHash": "sha256-VJuFkb/DhTYJrokxohVcuyBHxBKiau1dS3IaJuMdH+Y=",
"lastModified": 1704985258,
"narHash": "sha256-fpeXqhHzKsoCfTaCSNxr+ZxddD4LBwAbGAc8/PbrXmg=",
"owner": "RGBCube",
"repo": "Site",
"rev": "1ddd22e59d050e9821a96d565d35e32360391b0a",
"rev": "5d958027300049e40ee8bd18a48d9e49b0c1c8a5",
"type": "github"
},
"original": {

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