add domain to allowed hosts in homepage as per updates

This commit is contained in:
TheWanderingCrow 2025-04-22 13:58:16 -04:00
parent 5d6d26a6b8
commit b28a86b2eb

View file

@ -17,6 +17,7 @@ lib.mkIf config.user.overseer.enable {
HOMEPAGE_VAR_LONG = ${config.sops.placeholder."homepage/openmeteo/long"}
HOMEPAGE_VAR_LUBELOGGERUSER = ${config.sops.placeholder."lubelogger/user"}
HOMEPAGE_VAR_LUBELOGGERPASS = ${config.sops.placeholder."lubelogger/pass"}
HOMEPAGE_ALLOWED_HOSTS = home.wanderingcrow.net
'';
};