mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
nixos/squid: use types.port
This commit is contained in:
parent
51dd68f907
commit
792ccdab5c
1 changed files with 1 additions and 1 deletions
|
|
@ -145,7 +145,7 @@ in
|
|||
};
|
||||
|
||||
proxyPort = mkOption {
|
||||
type = types.int;
|
||||
type = types.port;
|
||||
default = 3128;
|
||||
description = "TCP port on which squid will listen.";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue