nixos/squid: use types.port
This commit is contained in:
@@ -145,7 +145,7 @@ in
|
||||
};
|
||||
|
||||
proxyPort = mkOption {
|
||||
type = types.int;
|
||||
type = types.port;
|
||||
default = 3128;
|
||||
description = "TCP port on which squid will listen.";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user