summary refs log tree commit diff
path: root/lib/types.nix
diff options
context:
space:
mode:
Diffstat (limited to 'lib/types.nix')
-rw-r--r--lib/types.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/types.nix b/lib/types.nix
index cd59a00cfd8..df141885f95 100644
--- a/lib/types.nix
+++ b/lib/types.nix
@@ -167,9 +167,6 @@ rec {
 
       };
 
-    /* A network port number */
-    port = ints.unsigned16;
-
     str = mkOptionType {
       name = "str";
       description = "string";