nixos/homepage-dashboard: use `types.port`

h7x4 1cd9d474 32449bcc

Changed files
+1 -1
nixos
modules
services
+1 -1
nixos/modules/services/misc/homepage-dashboard.nix
···
};
listenPort = lib.mkOption {
-
type = lib.types.int;
+
type = lib.types.port;
default = 8082;
description = "Port for Homepage to bind to.";
};