nixos/davis: fix typo in option description (#532999)

This commit is contained in:
Leona Maroni
2026-06-18 14:43:16 +00:00
committed by GitHub
+1 -1
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;