summary refs log tree commit diff
path: root/modules/system/boot/systemd.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2012-11-02 14:10:06 +0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2012-11-02 14:10:06 +0100
commitaf4e176c12f62a88bddc880b770a67d861af243a (patch)
treef4d41c33f3c77336ee1d8d74181f2e0501af223e /modules/system/boot/systemd.nix
parent48a0ea0513146b8696fa9ef2fd65752336bf1a7c (diff)
downloadnixpkgs-af4e176c12f62a88bddc880b770a67d861af243a.tar
nixpkgs-af4e176c12f62a88bddc880b770a67d861af243a.tar.gz
nixpkgs-af4e176c12f62a88bddc880b770a67d861af243a.tar.bz2
nixpkgs-af4e176c12f62a88bddc880b770a67d861af243a.tar.lz
nixpkgs-af4e176c12f62a88bddc880b770a67d861af243a.tar.xz
nixpkgs-af4e176c12f62a88bddc880b770a67d861af243a.tar.zst
nixpkgs-af4e176c12f62a88bddc880b770a67d861af243a.zip
Fix description
Diffstat (limited to 'modules/system/boot/systemd.nix')
-rw-r--r--modules/system/boot/systemd.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/boot/systemd.nix b/modules/system/boot/systemd.nix
index 6992299cc88..340a6d80c1c 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.";
     };
 
   };