nixos/mysql: use port type

This commit is contained in:
Daniel Nagy
2021-06-18 17:26:55 +02:00
parent d65f16bc02
commit 4037c974f5

View File

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