summary refs log tree commit diff
path: root/nixos/modules/services/networking/syncplay.nix
diff options
context:
space:
mode:
authorDaniel Nagy <danielnagy@posteo.de>2021-08-01 13:09:26 +0200
committerDaniel Nagy <danielnagy@posteo.de>2021-08-11 00:45:08 +0200
commit79a86e7ef53d8ebd0ef944d8c2fca645798c43e7 (patch)
tree8dbad047e1c249bb8ab600b7a7256bc3386b7188 /nixos/modules/services/networking/syncplay.nix
parentc6aa7bdae0143c41043968a3abd9a9727a6cdf5a (diff)
downloadnixpkgs-79a86e7ef53d8ebd0ef944d8c2fca645798c43e7.tar
nixpkgs-79a86e7ef53d8ebd0ef944d8c2fca645798c43e7.tar.gz
nixpkgs-79a86e7ef53d8ebd0ef944d8c2fca645798c43e7.tar.bz2
nixpkgs-79a86e7ef53d8ebd0ef944d8c2fca645798c43e7.tar.lz
nixpkgs-79a86e7ef53d8ebd0ef944d8c2fca645798c43e7.tar.xz
nixpkgs-79a86e7ef53d8ebd0ef944d8c2fca645798c43e7.tar.zst
nixpkgs-79a86e7ef53d8ebd0ef944d8c2fca645798c43e7.zip
treewide: Port type adaptations
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.