nixos/davis: fix typo in option description

to trigger a manual rebuild on 26.05

(cherry picked from commit 2aaeb5b4dc)
This commit is contained in:
Jörg Thalheim 2026-06-18 16:36:26 +02:00 committed by github-actions[bot]
commit b740a379bc

View file

@ -189,7 +189,7 @@ in
name = lib.mkOption {
type = lib.types.nullOr lib.types.str;
default = "davis";
description = "Database name, only used when the databse is created locally.";
description = "Database name, only used when the database is created locally.";
};
createLocally = lib.mkOption {
type = lib.types.bool;