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