From 588303a21f468c52ed24759d74c888690a855ec1 Mon Sep 17 00:00:00 2001 From: Emily Trau Date: Thu, 27 Jul 2023 14:05:53 +1000 Subject: [PATCH] fix: correct description of services.ofborg.logFile --- modules/services/ofborg/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services/ofborg/default.nix b/modules/services/ofborg/default.nix index 6c9bac8e..91510398 100644 --- a/modules/services/ofborg/default.nix +++ b/modules/services/ofborg/default.nix @@ -41,7 +41,7 @@ in services.ofborg.logFile = mkOption { type = types.path; default = "/var/log/ofborg.log"; - description = lib.mdDoc "Whether to enable the khd window manager."; + description = lib.mdDoc "The logfile to use for the ofborg service."; }; };