From 047d5b0d9daf30e60082002f69aa0a172174ff78 Mon Sep 17 00:00:00 2001 From: Felix Albrigtsen Date: Fri, 5 Jul 2024 10:02:01 +0200 Subject: [PATCH] wireguard: add work-laptop --- hosts/burnham/services/wireguard.nix | 6 ++++++ hosts/defiant/services/wireguard.nix | 6 ++++++ 2 files changed, 12 insertions(+) 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" + ]; + } ]; }; };