set base url for mealie

This commit is contained in:
Noah Masur
2026-07-20 22:32:03 +00:00
parent 573c0acd33
commit f0b400d134
@@ -20,6 +20,9 @@ in
}; };
}; };
# Fix BASE_URL for downloading backups
systemd.services.mealie.environment.BASE_URL = lib.mkForce "https://${hostnames.recipes}";
nmasur.presets.services.caddy.routes = [ nmasur.presets.services.caddy.routes = [
{ {
match = [ { host = [ hostnames.recipes ]; } ]; match = [ { host = [ hostnames.recipes ]; } ];