diff --git a/hosts/burnham/services/wireguard.nix b/hosts/burnham/services/wireguard.nix index 9c5a045..b7f5210 100644 --- a/hosts/burnham/services/wireguard.nix +++ b/hosts/burnham/services/wireguard.nix @@ -50,6 +50,12 @@ in { "10.100.0.6/32" ]; } + { # Work-laptop + publicKey = "px4YstB16lFjgdLQkH55wz8gQRupX/LTxg8dNFijDTA="; + allowedIPs = [ + "10.100.0.7/32" + ]; + } ]; }; }; diff --git a/hosts/defiant/services/wireguard.nix b/hosts/defiant/services/wireguard.nix index 8f85799..3a8e42f 100644 --- a/hosts/defiant/services/wireguard.nix +++ b/hosts/defiant/services/wireguard.nix @@ -56,6 +56,12 @@ in { "10.100.0.6/32" ]; } + { # Work-laptop + publicKey = "px4YstB16lFjgdLQkH55wz8gQRupX/LTxg8dNFijDTA="; + allowedIPs = [ + "10.100.0.7/32" + ]; + } ]; }; };