nixos/librenms: update config cache

otherwise any change to .env is never reflected.

(cherry picked from commit 1119d225de)
This commit is contained in:
Sandro Jäckel
2025-10-23 02:25:40 +02:00
committed by github-actions[bot]
parent d5648ca7f1
commit 6dc1b1ed0f

View File

@@ -668,6 +668,9 @@ in
${artisanWrapper}/bin/librenms-artisan optimize
echo "${package}" > ${cfg.dataDir}/package
fi
# to make sure to not read an outdated .env file
${artisanWrapper}/bin/librenms-artisan config:cache
'';
};