nixos/syncserver: set port type to `types.port`
(cherry picked from commit 65b32a0afe69258e3fa2fb245ea2315c8683281f)
This commit is contained in:
parent
2c97740c47
commit
fda7b06830
|
@ -67,7 +67,7 @@ in
|
|||
};
|
||||
|
||||
listen.port = mkOption {
|
||||
type = types.int;
|
||||
type = types.port;
|
||||
default = 5000;
|
||||
description = ''
|
||||
Port on which the sync server listen to.
|
||||
|
|
Loading…
Reference in New Issue