about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--modules/profiles/tests.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/profiles/tests.nix b/modules/profiles/tests.nix
index 811d6cf8..8a8f448b 100644
--- a/modules/profiles/tests.nix
+++ b/modules/profiles/tests.nix
@@ -4,7 +4,7 @@ with lib;
 
 let
   which = if config.networking.useNetworkd then "networkd" else "scripted";
-  networkTests = map (name: ["nixos" "networking" which]) [
+  networkTests = map (name: ["nixos" "networking" which name]) [
     "static" "dhcpSimple" "dhcpOneIf" "bond" "bridge" "macvlan" "sit" "vlan"
   ];