diff --git a/hosts/architect/network.nix b/hosts/architect/network.nix index be3e4e5..7d3957c 100644 --- a/hosts/architect/network.nix +++ b/hosts/architect/network.nix @@ -35,6 +35,8 @@ rec { germano-wg = "10.3.0.19"; flavio-wg = "10.3.0.20"; tommy-wg = "10.3.0.21"; + alain-wg = "10.3.0.22"; + dima-wg = "10.3.0.23"; eleonora-wg = "10.3.0.100"; broccolino-wg = "10.3.0.200"; hotpottino-wg = "10.3.0.201"; diff --git a/hosts/architect/wireguard.nix b/hosts/architect/wireguard.nix index ee2c6a1..6be1324 100644 --- a/hosts/architect/wireguard.nix +++ b/hosts/architect/wireguard.nix @@ -165,6 +165,18 @@ with import ./network.nix; allowedIPs = [tommy-wg]; publicKey = "tytknU7wql1d0A2provX3RP7CNcEIajfgBJKoSyVLgo="; } + + { + # alain + allowedIPs = [alain-wg]; + publicKey = "/o2msFJoUL4yovcIQJTU8c1faFtekrjSBBWJABouWno="; + } + + { + # dima + allowedIPs = [dima-wg]; + publicKey = "svzWYIZ6v+cLCp/emGG7mx2YpBJqw2fqjVuHZy7b6H0="; + } ]; }; };