1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-31 03:57:44 +00:00

Set the cert locally

This commit is contained in:
RGBCube 2024-01-11 18:50:28 +03:00
parent ae98a47af2
commit 60cd346db6
No known key found for this signature in database
2 changed files with 7 additions and 4 deletions

6
flake.lock generated
View file

@ -879,11 +879,11 @@
"tools": "tools" "tools": "tools"
}, },
"locked": { "locked": {
"lastModified": 1704987612, "lastModified": 1704988206,
"narHash": "sha256-vQP2ql60y7lR/pcCmkG+ruT/OK4T0Gsx/A1B4sYz7NA=", "narHash": "sha256-fpeXqhHzKsoCfTaCSNxr+ZxddD4LBwAbGAc8/PbrXmg=",
"owner": "RGBCube", "owner": "RGBCube",
"repo": "Site", "repo": "Site",
"rev": "3d2c3e760d95c0b1d4034c1a1b073432755c2d98", "rev": "577ce599c6cdd584a64ffcd95be7be67cc45628e",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -11,6 +11,9 @@ serverSystemConfiguration {
email = "security@rgbcu.be"; email = "security@rgbcu.be";
}; };
certs.${config.networking.domain}.domain = "*.${config.networking.domain}"; certs.${config.networking.domain} = {
extraDomainNames = [ "*.${config.networking.domain}" ];
group = "nginx";
};
}; };
} }