From 92422c52da16f8d52c3e187ab601eb6c4f55de0f Mon Sep 17 00:00:00 2001 From: macronova Date: Tue, 14 Nov 2023 21:14:36 -0800 Subject: [PATCH] Add magnetar in wireguard --- linux/singularity/network.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/linux/singularity/network.nix b/linux/singularity/network.nix index a166222..a9085ba 100644 --- a/linux/singularity/network.nix +++ b/linux/singularity/network.nix @@ -26,6 +26,10 @@ let hn = config.networking.hostName; in { allowedIPs = [ "10.32.54.3/32" ]; publicKey = "1OA03mqu7SxREAum4UabJKD7hf+foPLu1j0E1N5K508="; } + { + allowedIPs = [ "10.32.54.6/32" ]; + publicKey = "yR099WK5V11Y6jr5CheXl6SDWPpvUMtvoItlO+JJd24="; + } ]; privateKeyFile = config.sops.secrets."wireguard/${hn}".path; };