nixos/zerobin: use types.port
This commit is contained in:
@@ -44,7 +44,7 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
listenPort = mkOption {
|
listenPort = mkOption {
|
||||||
type = types.int;
|
type = types.port;
|
||||||
default = 8000;
|
default = 8000;
|
||||||
example = 1357;
|
example = 1357;
|
||||||
description = ''
|
description = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user