nixos/squid: use types.port

This commit is contained in:
h7x4
2025-09-22 16:33:02 +02:00
parent 51dd68f907
commit 792ccdab5c
+1 -1
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.";
};