nixos/kasmweb: use `types.port`
h7x4 2 months ago 84d3b835 3f78de84
··· 102 102 }; 103 103 104 104 listenPort = lib.mkOption { 105 105 - type = lib.types.int; 105 105 + type = lib.types.port; 106 106 default = 443; 107 107 description = '' 108 108 The port on which kasmweb should listen.