nixos/squid: use `types.port`
h7x4 2 months ago 792ccdab 51dd68f9
··· 145 145 }; 146 146 147 147 proxyPort = mkOption { 148 148 - type = types.int; 148 148 + type = types.port; 149 149 default = 3128; 150 150 description = "TCP port on which squid will listen."; 151 151 };