about summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2020-03-04 12:29:29 +0100
committerGitHub <noreply@github.com>2020-03-04 12:29:29 +0100
commit7f9131f260015e971dafda653bbf8e168186800a (patch)
tree63168a6f0d92d7291f84705e68a462a9a8a08023 /nixos/tests/all-tests.nix
parent40d7ce78281319631feceac6e0579a6d01b76b33 (diff)
parent9897d83f5863cbf19ac9eab621b3997ae463d756 (diff)
downloadnixlib-7f9131f260015e971dafda653bbf8e168186800a.tar
nixlib-7f9131f260015e971dafda653bbf8e168186800a.tar.gz
nixlib-7f9131f260015e971dafda653bbf8e168186800a.tar.bz2
nixlib-7f9131f260015e971dafda653bbf8e168186800a.tar.lz
nixlib-7f9131f260015e971dafda653bbf8e168186800a.tar.xz
nixlib-7f9131f260015e971dafda653bbf8e168186800a.tar.zst
nixlib-7f9131f260015e971dafda653bbf8e168186800a.zip
Merge pull request #81405 from NinjaTrappeur/nin-networkd-policy-rules
nixos/networkd: add RoutingPolicyRules-related options
Diffstat (limited to 'nixos/tests/all-tests.nix')
-rw-r--r--nixos/tests/all-tests.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix
index d67ded83edb8..7dd0f23df658 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -285,7 +285,7 @@ in
   systemd-confinement = handleTest ./systemd-confinement.nix {};
   systemd-timesyncd = handleTest ./systemd-timesyncd.nix {};
   systemd-networkd-vrf = handleTest ./systemd-networkd-vrf.nix {};
-  systemd-networkd-wireguard = handleTest ./systemd-networkd-wireguard.nix {};
+  systemd-networkd = handleTest ./systemd-networkd.nix {};
   systemd-nspawn = handleTest ./systemd-nspawn.nix {};
   pdns-recursor = handleTest ./pdns-recursor.nix {};
   taskserver = handleTest ./taskserver.nix {};