mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-03-13 20:30:02 +00:00
Merge pull request #749 from emilytrau/ofborg-logfile-description
This commit is contained in:
commit
16c07487ac
1 changed files with 1 additions and 1 deletions
|
@ -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.";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue