nixos/prometheus-exporters/fritzbox: use `types.port`
h7x4 3 months ago 57c3d103 f9e472b7
··· 22 22 }; 23 23 24 24 gatewayPort = mkOption { 25 25 - type = types.int; 25 25 + type = types.port; 26 26 default = 49000; 27 27 description = '' 28 28 The port of the FRITZ!Box UPnP service.