summaryrefslogtreecommitdiff
path: root/hosts/kay/modules
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2024-01-31 20:39:39 +0530
committersinanmohd <sinan@sinanmohd.com>2024-01-31 20:47:48 +0530
commit22dd4dd89ad17fa86ec97fab4c2e1106bdbbbcb0 (patch)
treeace1f72095140054ecfee79bfcb07eee4b226001 /hosts/kay/modules
parent4591d454954f71c27d638d7ed23ad1953359d71d (diff)
kay/wireguard: add new peer
Diffstat (limited to 'hosts/kay/modules')
-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 90eb274..6580c4a 100644
--- a/hosts/kay/modules/wireguard.nix
+++ b/hosts/kay/modules/wireguard.nix
@@ -38,6 +38,10 @@ in
publicKey = "bJ9aqGYD2Jh4MtWIL7q3XxVHFuUdwGJwO8p7H3nNPj8=";
allowedIPs = [ "10.0.1.3/32" ];
}
+ { # dad
+ publicKey = "q70IyOS2IpubIRWqo5sL3SeEjtUy2V/PT8yqVExiHTQ=";
+ allowedIPs = [ "10.0.1.4/32" ];
+ }
];
};
};