about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--nixpkgs/nixos/modules/services/ttys/agetty.nix12
1 files changed, 9 insertions, 3 deletions
diff --git a/nixpkgs/nixos/modules/services/ttys/agetty.nix b/nixpkgs/nixos/modules/services/ttys/agetty.nix
index f9412d9ee898..ef5908eeb899 100644
--- a/nixpkgs/nixos/modules/services/ttys/agetty.nix
+++ b/nixpkgs/nixos/modules/services/ttys/agetty.nix
@@ -40,9 +40,15 @@ in
         type = types.nullOr types.str;
         default = null;
         description = ''
-          Template for arguments to be passed to login(1).
-          See agetty(1) for details, including security considerations.
-          If unspecified, agetty will not be invoked with a --login-options option.
+          Template for arguments to be passed to
+          <citerefentry><refentrytitle>login</refentrytitle>
+          <manvolnum>1</manvolnum></citerefentry>.
+
+          See <citerefentry><refentrytitle>agetty</refentrytitle>
+          <manvolnum>1</manvolnum></citerefentry> for details,
+          including security considerations.  If unspecified, agetty
+          will not be invoked with a <option>--login-options</option>
+          option.
         '';
         example = "-h darkstar -- \u";
       };