summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorGraham Christensen <graham@grahamc.com>2019-04-23 22:30:05 -0400
committerGraham Christensen <graham@grahamc.com>2019-04-24 07:46:01 -0400
commitf57fc6c881ffe9acaaddfa8739b50f9bb7fa260c (patch)
treed38b114b2f010850398ecf2759a8a0bfa304414f /nixos/tests/all-tests.nix
parent359facc3d318bb623401df4942d81c8e5e404381 (diff)
downloadnixpkgs-f57fc6c881ffe9acaaddfa8739b50f9bb7fa260c.tar
nixpkgs-f57fc6c881ffe9acaaddfa8739b50f9bb7fa260c.tar.gz
nixpkgs-f57fc6c881ffe9acaaddfa8739b50f9bb7fa260c.tar.bz2
nixpkgs-f57fc6c881ffe9acaaddfa8739b50f9bb7fa260c.tar.lz
nixpkgs-f57fc6c881ffe9acaaddfa8739b50f9bb7fa260c.tar.xz
nixpkgs-f57fc6c881ffe9acaaddfa8739b50f9bb7fa260c.tar.zst
nixpkgs-f57fc6c881ffe9acaaddfa8739b50f9bb7fa260c.zip
wireguard: add generatePrivateKeyFile option + test
Ideally, private keys never leave the host they're generated on - like
SSH. Setting generatePrivateKeyFile to true causes the PK to be
generate automatically.
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 950eb01044f..bf6fd60b144 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -238,6 +238,7 @@ in
   vault = handleTest ./vault.nix {};
   virtualbox = handleTestOn ["x86_64-linux"] ./virtualbox.nix {};
   wireguard = handleTest ./wireguard {};
+  wireguard-generated = handleTest ./wireguard/generated.nix {};
   wordpress = handleTest ./wordpress.nix {};
   xautolock = handleTest ./xautolock.nix {};
   xdg-desktop-portal = handleTest ./xdg-desktop-portal.nix {};