nixos/zerobin: use `types.port`

h7x4 51dd68f9 58ef4b7a

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