about summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2019-08-21 15:48:05 +0200
committerGitHub <noreply@github.com>2019-08-21 15:48:05 +0200
commit9f237fe44493d99506cacb07529b056e03e0102f (patch)
tree06f5a8b9fdf1cb4211765ed6e67e5d07809382ca /nixos/tests/all-tests.nix
parent65b1948be2f9e3ad0cc7544f8727d6f3c3f49c9f (diff)
parent0528816570bf5a80ee396c1eb171b4cefae5ca62 (diff)
downloadnixlib-9f237fe44493d99506cacb07529b056e03e0102f.tar
nixlib-9f237fe44493d99506cacb07529b056e03e0102f.tar.gz
nixlib-9f237fe44493d99506cacb07529b056e03e0102f.tar.bz2
nixlib-9f237fe44493d99506cacb07529b056e03e0102f.tar.lz
nixlib-9f237fe44493d99506cacb07529b056e03e0102f.tar.xz
nixlib-9f237fe44493d99506cacb07529b056e03e0102f.tar.zst
nixlib-9f237fe44493d99506cacb07529b056e03e0102f.zip
Merge pull request #45392 from dguibert/dg/wireguard
nixos/wireguard: setup interface with systemd-networkd
Diffstat (limited to 'nixos/tests/all-tests.nix')
-rw-r--r--nixos/tests/all-tests.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix
index 234609adbc09..4eeee9c35c07 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -254,6 +254,7 @@ in
   systemd = handleTest ./systemd.nix {};
   systemd-confinement = handleTest ./systemd-confinement.nix {};
   systemd-timesyncd = handleTest ./systemd-timesyncd.nix {};
+  systemd-networkd-wireguard = handleTest ./systemd-networkd-wireguard.nix {};
   pdns-recursor = handleTest ./pdns-recursor.nix {};
   taskserver = handleTest ./taskserver.nix {};
   telegraf = handleTest ./telegraf.nix {};