summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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" ];
+ }
];
};
};