diff --git a/systems/x86_64-linux/sgx/acme.nix b/systems/x86_64-linux/sgx/acme.nix index 76df2ef..5cf5b00 100644 --- a/systems/x86_64-linux/sgx/acme.nix +++ b/systems/x86_64-linux/sgx/acme.nix @@ -10,12 +10,13 @@ metacfg.services.acmeBase.credentialsFile = config.sops.secrets.internetbs.path; security.acme.certs = { - "internal.hoyer.world" = { - extraDomainNames = [ - "openwebui.hoyer.world" - "syncthing.hoyer.world" - "home.hoyer.world" - ]; - }; + "internal.hoyer.world" = { + extraDomainNames = [ + "openwebui.hoyer.world" + "syncthing.hoyer.world" + "home.hoyer.world" + "search.hoyer.world" + ]; }; + }; }