nixos/mysql: use port type

This commit is contained in:
Daniel Nagy 2021-06-18 17:26:55 +02:00
parent d65f16bc02
commit 4037c974f5
No known key found for this signature in database
GPG key ID: 1B8E8DCB576FB671

View file

@ -48,7 +48,7 @@ in
};
port = mkOption {
type = types.int;
type = types.port;
default = 3306;
description = "Port of MySQL.";
};