nixos/mysql: use port type
This commit is contained in:
@@ -48,7 +48,7 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
port = mkOption {
|
port = mkOption {
|
||||||
type = types.int;
|
type = types.port;
|
||||||
default = 3306;
|
default = 3306;
|
||||||
description = "Port of MySQL.";
|
description = "Port of MySQL.";
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user