1
0
Fork 0
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:
Michael Hoang 2023-07-27 14:18:58 +10:00 committed by GitHub
commit 16c07487ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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