summaryrefslogtreecommitdiff
path: root/hosts/kay
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2024-02-19 18:31:54 +0530
committersinanmohd <sinan@sinanmohd.com>2024-02-19 18:32:10 +0530
commit6f7230d66ec97c86572f4a8552f8e4cfaf65ed4b (patch)
tree52d31279a08741bb6c745981c9424812e0008b93 /hosts/kay
parent366abef106debf22e18cbb138a0a067e39a3f212 (diff)
kay/wireguard: add new peer
Diffstat (limited to 'hosts/kay')
-rw-r--r--hosts/kay/modules/wireguard.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/hosts/kay/modules/wireguard.nix b/hosts/kay/modules/wireguard.nix
index 6580c4a..f90b1ec 100644
--- a/hosts/kay/modules/wireguard.nix
+++ b/hosts/kay/modules/wireguard.nix
@@ -42,6 +42,10 @@ in
publicKey = "q70IyOS2IpubIRWqo5sL3SeEjtUy2V/PT8yqVExiHTQ=";
allowedIPs = [ "10.0.1.4/32" ];
}
+ { # shambai
+ publicKey = "YYDlp/bNKkqFHAhdgaZ2SSEMnIjKTqPTK7Ju6O9/1gY=";
+ allowedIPs = [ "10.0.1.5/32" ];
+ }
];
};
};