From d3d132e22588d8d68485e48249b6b0f77aa46f90 Mon Sep 17 00:00:00 2001 From: mikl Date: Mon, 13 Jul 2026 03:09:18 +0300 Subject: [PATCH] heather: set HOMEPAGE_ALLOWED_HOSTS for host validation --- hosts/heather/arion-compose.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/heather/arion-compose.nix b/hosts/heather/arion-compose.nix index f93a748..75d4c14 100644 --- a/hosts/heather/arion-compose.nix +++ b/hosts/heather/arion-compose.nix @@ -394,7 +394,7 @@ in "${homepageBookmarksYaml}:/app/config/bookmarks.yaml:ro" ]; service.environment = { - BASE_URL = "https://home.iscg.dev"; + HOMEPAGE_ALLOWED_HOSTS = "home.iscg.dev"; }; };