about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--modules/profiles/tests.nix4
1 files changed, 3 insertions, 1 deletions
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;