nixos/homepage-dashboard: use `types.port`
h7x4 3 months ago 1cd9d474 32449bcc
··· 23 23 }; 24 24 25 25 listenPort = lib.mkOption { 26 26 - type = lib.types.int; 26 26 + type = lib.types.port; 27 27 default = 8082; 28 28 description = "Port for Homepage to bind to."; 29 29 };