From 79a86e7ef53d8ebd0ef944d8c2fca645798c43e7 Mon Sep 17 00:00:00 2001 From: Daniel Nagy Date: Sun, 1 Aug 2021 13:09:26 +0200 Subject: treewide: Port type adaptations --- nixos/modules/services/networking/syncplay.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/modules/services/networking/syncplay.nix') diff --git a/nixos/modules/services/networking/syncplay.nix b/nixos/modules/services/networking/syncplay.nix index e3147c10502..27a16fb2e29 100644 --- a/nixos/modules/services/networking/syncplay.nix +++ b/nixos/modules/services/networking/syncplay.nix @@ -21,7 +21,7 @@ in }; port = mkOption { - type = types.int; + type = types.port; default = 8999; description = '' TCP port to bind to. -- cgit 1.4.1