summaryrefslogtreecommitdiff
path: root/host/software
diff options
context:
space:
mode:
authorAdrian Kummerlaender2021-06-08 10:00:34 +0200
committerAdrian Kummerlaender2021-06-08 10:00:34 +0200
commit249aec089fd9d27ea8f2a34a120e9ce43ca184f9 (patch)
tree455ae0ca9040232bd04c153da31d9546f6c3f615 /host/software
parentbce4ce88af9d275e24f9320ad641acced28418b0 (diff)
downloadnixos_system-249aec089fd9d27ea8f2a34a120e9ce43ca184f9.tar
nixos_system-249aec089fd9d27ea8f2a34a120e9ce43ca184f9.tar.gz
nixos_system-249aec089fd9d27ea8f2a34a120e9ce43ca184f9.tar.bz2
nixos_system-249aec089fd9d27ea8f2a34a120e9ce43ca184f9.tar.lz
nixos_system-249aec089fd9d27ea8f2a34a120e9ce43ca184f9.tar.xz
nixos_system-249aec089fd9d27ea8f2a34a120e9ce43ca184f9.tar.zst
nixos_system-249aec089fd9d27ea8f2a34a120e9ce43ca184f9.zip
Add new host to mesh
Diffstat (limited to 'host/software')
-rw-r--r--host/software/server/wireguard.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/host/software/server/wireguard.nix b/host/software/server/wireguard.nix
index 32bfca7..8104cb0 100644
--- a/host/software/server/wireguard.nix
+++ b/host/software/server/wireguard.nix
@@ -34,6 +34,10 @@
publicKey = "jUtbAF3TZDEFXlL+YTV3g26wP0IWGbpiCFGXjxo5TXE=";
allowedIPs = [ "10.100.0.6" ];
}
+ { # hephaestus
+ publicKey = "0nd/5vZaerTCUpS6uXsulCTzI3ZsUT2N2pnh7zTo8wg=";
+ allowedIPs = [ "10.100.0.7" ];
+ }
];
};
};