nixos/squid: use types.port

This commit is contained in:
h7x4 2025-09-22 16:08:10 +02:00
commit 792ccdab5c
No known key found for this signature in database
GPG key ID: 9F2F7D8250F35146

View file

@ -145,7 +145,7 @@ in
};
proxyPort = mkOption {
type = types.int;
type = types.port;
default = 3128;
description = "TCP port on which squid will listen.";
};