nixos/gpsd: use port type

This commit is contained in:
Daniel Nagy 2021-06-18 17:29:24 +02:00
parent 864dabf232
commit 50af10e205
No known key found for this signature in database
GPG Key ID: 1B8E8DCB576FB671

View File

@ -62,7 +62,7 @@ in
};
port = mkOption {
type = types.int;
type = types.port;
default = 2947;
description = ''
The port where to listen for TCP connections.