mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
nixos/syncserver: set port type to types.port
This commit is contained in:
parent
048c45679f
commit
65b32a0afe
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue