Loading
nixos/healthchecks: define default DB_NAME for postgres and mysql
Previously, if someone changed DB to postgres or mysql and forgot to change DB_NAME, services.healthchecks would have used the hardcoded path that was meant for the sqlite as DB_NAME. This change introduces DB and DB_NAME options in services.healthchecks.settings.