feat(nix): add new domain to ACME certificate
- Added `search.hoyer.world` to the `extraDomainNames` list for the `internal.hoyer.world` ACME certificate. - Ensures proper SSL configuration for the new subdomain.
This commit is contained in:
parent
958175fb01
commit
14c9a4f084
1 changed files with 8 additions and 7 deletions
|
|
@ -10,12 +10,13 @@
|
||||||
metacfg.services.acmeBase.credentialsFile = config.sops.secrets.internetbs.path;
|
metacfg.services.acmeBase.credentialsFile = config.sops.secrets.internetbs.path;
|
||||||
|
|
||||||
security.acme.certs = {
|
security.acme.certs = {
|
||||||
"internal.hoyer.world" = {
|
"internal.hoyer.world" = {
|
||||||
extraDomainNames = [
|
extraDomainNames = [
|
||||||
"openwebui.hoyer.world"
|
"openwebui.hoyer.world"
|
||||||
"syncthing.hoyer.world"
|
"syncthing.hoyer.world"
|
||||||
"home.hoyer.world"
|
"home.hoyer.world"
|
||||||
];
|
"search.hoyer.world"
|
||||||
};
|
];
|
||||||
};
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue