summary refs log tree commit diff
path: root/nixos/modules/services/networking/syncplay.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/networking/syncplay.nix')
-rw-r--r--nixos/modules/services/networking/syncplay.nix2
1 files changed, 1 insertions, 1 deletions
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.