nixos/redis: set port type to types.port
This commit is contained in:
@@ -52,7 +52,7 @@ in {
|
|||||||
};
|
};
|
||||||
|
|
||||||
port = mkOption {
|
port = mkOption {
|
||||||
type = types.int;
|
type = types.port;
|
||||||
default = 6379;
|
default = 6379;
|
||||||
description = "The port for Redis to listen to.";
|
description = "The port for Redis to listen to.";
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user