chore(nix): add home.hoyer.world to ACME extra domains
- Updated `acme.nix` to include `home.hoyer.world` in `extraDomainNames`. - Ensures ACME generates certificates for the new domain.
This commit is contained in:
parent
6cb03a2c8f
commit
0fa35124db
1 changed files with 1 additions and 0 deletions
|
|
@ -19,6 +19,7 @@
|
|||
extraDomainNames = [
|
||||
"openwebui.hoyer.world"
|
||||
"syncthing.hoyer.world"
|
||||
"home.hoyer.world"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue