nixos/infinoted: use port type

This commit is contained in:
Daniel Nagy 2021-06-18 17:32:03 +02:00
parent 5940259a21
commit e08f7a3bb8
No known key found for this signature in database
GPG Key ID: 1B8E8DCB576FB671

View File

@ -51,7 +51,7 @@ in {
};
port = mkOption {
type = types.int;
type = types.port;
default = 6523;
description = ''
Port to listen on