nixos/mysql: use port
type
This commit is contained in:
parent
d65f16bc02
commit
4037c974f5
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ in
|
|||
};
|
||||
|
||||
port = mkOption {
|
||||
type = types.int;
|
||||
type = types.port;
|
||||
default = 3306;
|
||||
description = "Port of MySQL.";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue