chef: add wireguard
Eelco Dolstra committed
Apr 26, 2019 at 15:32 UTC
2185d92360e2dc9620b4f52e030307e10bd14596
2 files changed
+8
delft/chef.nix
+1
@@ -8,6 +8,7 @@
8
./datadog.nix
9
./fstrim.nix
10
./provisioner.nix
11
+ ../modules/wireguard.nix
12
];
13
14
deployment.targetEnv = "hetzner";
modules/wireguard.nix
+7
@@ -9,6 +9,13 @@ let
9
publicKey = "nG7I9gegJIynKOZ6tzpvmLdCZ/xScTgRZeFvYLFyil4=";
10
};
11
12
+ chef = {
13
+ ip = "10.254.1.2";
14
+ endpoint = "hydra.nixos.org";
15
+ port = 51820;
16
+ publicKey = "Y/RHgJ7Znh9vyWlXd2g8p9Zz1YEE50TYgqDduluhjmU=";
17
+ };
18
+
19
mac1 = {
20
ip = "10.254.2.1";
21
publicKey = "IiGbZ3l+IYWP/nOjPBhUL0oBh2XJAtUD5DToM9FhTTE=";