nixos/murmur: use port type

This commit is contained in:
Daniel Nagy 2021-06-18 17:30:33 +02:00
parent 50ba0ac3d6
commit 06962df4d2
No known key found for this signature in database
GPG key ID: 1B8E8DCB576FB671

View file

@ -98,7 +98,7 @@ in
};
port = mkOption {
type = types.int;
type = types.port;
default = 64738;
description = "Ports to bind to (UDP and TCP).";
};