nixos/zerobin: use `types.port`

h7x4 51dd68f9 58ef4b7a

+1 -1
+1 -1
nixos/modules/services/networking/zerobin.nix
··· 44 }; 45 46 listenPort = mkOption { 47 - type = types.int; 48 default = 8000; 49 example = 1357; 50 description = ''
··· 44 }; 45 46 listenPort = mkOption { 47 + type = types.port; 48 default = 8000; 49 example = 1357; 50 description = ''