From af4e176c12f62a88bddc880b770a67d861af243a Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 2 Nov 2012 14:10:06 +0100 Subject: [PATCH] Fix description --- modules/system/boot/systemd.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/boot/systemd.nix b/modules/system/boot/systemd.nix index 6992299cc88c..340a6d80c1c7 100644 --- a/modules/system/boot/systemd.nix +++ b/modules/system/boot/systemd.nix @@ -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."; }; };