Fix description

This commit is contained in:
Eelco Dolstra 2012-11-02 14:10:06 +01:00
parent 48a0ea0513
commit af4e176c12

View File

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