From 0885a651694853e2a125ecda5a37c3fe5e1ea005 Mon Sep 17 00:00:00 2001 From: Daniel Rutz Date: Fri, 19 Oct 2018 12:20:48 +0200 Subject: nixos/doc: Add documentation for types.port type --- nixos/doc/manual/development/option-types.xml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'nixos/doc/manual/development/option-types.xml') diff --git a/nixos/doc/manual/development/option-types.xml b/nixos/doc/manual/development/option-types.xml index e6c9eae11a72..d993e47bc914 100644 --- a/nixos/doc/manual/development/option-types.xml +++ b/nixos/doc/manual/development/option-types.xml @@ -106,7 +106,7 @@ - + types.ints.{u8, u16, u32} @@ -131,6 +131,17 @@ + + + types.port + + + + A port number. This type is an alias to + types.ints.u16. + + + -- cgit 1.4.1