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:
Harald Hoyer 2025-11-27 15:42:26 +01:00
parent 6cb03a2c8f
commit 0fa35124db

View file

@ -19,6 +19,7 @@
extraDomainNames = [
"openwebui.hoyer.world"
"syncthing.hoyer.world"
"home.hoyer.world"
];
};
};