nixos/librenms: update config cache (#454718)

This commit is contained in:
Jenny
2025-10-23 10:58:34 +00:00
committed by GitHub
@@ -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
'';
};