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"; }; };