Loading
nixos/librenms: fix optimizations and view cache on new installations
The optimizations and view-cache require an initialized database to work, so the current state breaks new installations. This commit fixes that by performing the optimizations and view caching after the database migrations.