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."; }; };