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:
parent
ae98a47af2
commit
60cd346db6
2 changed files with 7 additions and 4 deletions
|
@ -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";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue