nixos/websockify: use types.port
This commit is contained in:
@@ -36,7 +36,7 @@ in
|
|||||||
portMap = mkOption {
|
portMap = mkOption {
|
||||||
description = "Ports to map by default.";
|
description = "Ports to map by default.";
|
||||||
default = { };
|
default = { };
|
||||||
type = types.attrsOf types.int;
|
type = types.attrsOf types.port;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user