1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37: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

View file

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