From a3abdeb4e1b442345da8b1d0c28e2b4921ab7433 Mon Sep 17 00:00:00 2001 From: aszlig Date: Fri, 11 Dec 2015 13:18:57 +0100 Subject: profiles/tests: Add a check for allProxy. This was just pushed a few minutes ago as commit NixOS/nixpkgs@565707c57abc6ee9e81d4f6c9bd5fed5bbac2d40. Signed-off-by: aszlig --- modules/profiles/tests.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'modules/profiles/tests.nix') diff --git a/modules/profiles/tests.nix b/modules/profiles/tests.nix index f2660663..12024a5a 100644 --- a/modules/profiles/tests.nix +++ b/modules/profiles/tests.nix @@ -163,7 +163,9 @@ let path = ["nixos" "networking" whichNet "vlan"]; } { check = with config.networking.proxy; any (val: val != null) - [ default ftpProxy httpProxy httpsProxy noProxy rsyncProxy ]; + [ default allProxy ftpProxy httpProxy httpsProxy noProxy + rsyncProxy + ]; path = ["nixos" "networkingProxy"]; } { check = elem "nfs" config.boot.supportedFilesystems; -- cgit 1.4.1