From 4c87e635ab15ddf5038e053a45a38847973252b1 Mon Sep 17 00:00:00 2001 From: natto1784 Date: Fri, 28 Jun 2024 20:22:21 +0530 Subject: [PATCH] hosts/remilia: update wireguard keys Signed-off-by: natto1784 --- hosts/remilia/networking.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/hosts/remilia/networking.nix b/hosts/remilia/networking.nix index 7bca0f1..61c0808 100644 --- a/hosts/remilia/networking.nix +++ b/hosts/remilia/networking.nix @@ -65,13 +65,17 @@ allowedIPs = [ ips.marisa ]; } { - publicKey = "SqskEH7hz7Gv9ZS+FYLRFgKZyJCFbBFCyuvzBYnbfVU="; + publicKey = "oliAKHloLOulQrDwG+2NZIYg0sQAsuQ/q/lLkPCdcRE="; allowedIPs = [ ips.satori ]; } { publicKey = "IHYIan9Xq2PBTSzcMdHpzx4PM67l09WdsGa6s+siyH0="; allowedIPs = [ ips.hina ]; } + { + publicKey = "BRdWQYPyfZeEWGtghhoYZf90nOsU/kXB3vOFJ6A17Ao="; + allowedIPs = [ ips.okina ]; + } ]; }; };