nixos/prometheus-exporters/fritzbox: use `types.port`

h7x4 57c3d103 f9e472b7

Changed files
+1 -1
nixos
modules
services
monitoring
prometheus
exporters
+1 -1
nixos/modules/services/monitoring/prometheus/exporters/fritzbox.nix
···
};
gatewayPort = mkOption {
-
type = types.int;
default = 49000;
description = ''
The port of the FRITZ!Box UPnP service.
···
};
gatewayPort = mkOption {
+
type = types.port;
default = 49000;
description = ''
The port of the FRITZ!Box UPnP service.