about summary refs log tree commit diff
path: root/nixos/tests/wireguard/snakeoil-keys.nix
diff options
context:
space:
mode:
authorFranz Pletz <fpletz@fnordicwalking.de>2019-04-02 08:11:52 +0000
committerGitHub <noreply@github.com>2019-04-02 08:11:52 +0000
commitab574424a0b4a5abd33b861fd9f0c1471a5e0003 (patch)
treeb8e85e6421e61a315b712bf18f33120d621ab33d /nixos/tests/wireguard/snakeoil-keys.nix
parenta2f5d643b5add1c579af33efda8fc551e85f913c (diff)
parent0c4e9e397eed1e53975b3124af3b36939f8a40f7 (diff)
downloadnixlib-ab574424a0b4a5abd33b861fd9f0c1471a5e0003.tar
nixlib-ab574424a0b4a5abd33b861fd9f0c1471a5e0003.tar.gz
nixlib-ab574424a0b4a5abd33b861fd9f0c1471a5e0003.tar.bz2
nixlib-ab574424a0b4a5abd33b861fd9f0c1471a5e0003.tar.lz
nixlib-ab574424a0b4a5abd33b861fd9f0c1471a5e0003.tar.xz
nixlib-ab574424a0b4a5abd33b861fd9f0c1471a5e0003.tar.zst
nixlib-ab574424a0b4a5abd33b861fd9f0c1471a5e0003.zip
Merge pull request #57789 from Ma27/wireguard-test
nixos/wireguard: add test
Diffstat (limited to 'nixos/tests/wireguard/snakeoil-keys.nix')
-rw-r--r--nixos/tests/wireguard/snakeoil-keys.nix11
1 files changed, 11 insertions, 0 deletions
diff --git a/nixos/tests/wireguard/snakeoil-keys.nix b/nixos/tests/wireguard/snakeoil-keys.nix
new file mode 100644
index 000000000000..55ad582d4059
--- /dev/null
+++ b/nixos/tests/wireguard/snakeoil-keys.nix
@@ -0,0 +1,11 @@
+{
+  peer0 = {
+    privateKey = "OPuVRS2T0/AtHDp3PXkNuLQYDiqJaBEEnYe42BSnJnQ=";
+    publicKey = "IujkG119YPr2cVQzJkSLYCdjpHIDjvr/qH1w1tdKswY=";
+  };
+
+  peer1 = {
+    privateKey = "uO8JVo/sanx2DOM0L9GUEtzKZ82RGkRnYgpaYc7iXmg=";
+    publicKey = "Ks9yRJIi/0vYgRmn14mIOQRwkcUGBujYINbMpik2SBI=";
+  };
+}