From 2aaeb5b4dc175b7b9ac86e0bf0d8c4a327b5d28e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Thu, 18 Jun 2026 16:36:26 +0200 Subject: [PATCH] nixos/davis: fix typo in option description to trigger a manual rebuild on 26.05 --- nixos/modules/services/web-apps/davis.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/web-apps/davis.nix b/nixos/modules/services/web-apps/davis.nix index feb13b8bf87c..6a596f56d1b5 100644 --- a/nixos/modules/services/web-apps/davis.nix +++ b/nixos/modules/services/web-apps/davis.nix @@ -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;