Fix description
This commit is contained in:
parent
48a0ea0513
commit
af4e176c12
|
@ -404,7 +404,7 @@ in
|
|||
services.journald.console = mkOption {
|
||||
default = "";
|
||||
type = types.uniq types.string;
|
||||
description = "If non-empty, write log messages to the specified TTY device. Defaults to /dev/console.";
|
||||
description = "If non-empty, write log messages to the specified TTY device.";
|
||||
};
|
||||
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue