nixos/syncserver: set port type to `types.port`

(cherry picked from commit 65b32a0afe69258e3fa2fb245ea2315c8683281f)
This commit is contained in:
Daniel Nagy 2021-05-25 19:28:01 +02:00 committed by github-actions[bot]
parent 2c97740c47
commit fda7b06830
1 changed files with 1 additions and 1 deletions

View File

@ -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.