diff --git a/README.md b/README.md index 100d3de..3021796 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# nix +# Nix - LaSuite Federez ## Onboarding: @@ -9,8 +9,32 @@ You will need at least nix installed on you machine Add your publickeys into ./shared/users-wg.nix Create the following interfaces: -bastion.mtz.lasuite.federez: nePNA6RDzgNeSC7deXqeoK2rGGei65tBNnCEN6ZKkEI= -bastion.ren.lasuite.federez: tSnZQM0s1EaN2uvCgYP8xkLXt+NccBBPJj5UBzV3h2Y= +``` +[interface] +Address = 172.19.128./32 +Address = fc00:f::128:/128 +PrivateKey = + +[Peer] +PublicKey = nePNA6RDzgNeSC7deXqeoK2rGGei65tBNnCEN6ZKkEI= +Endpoint = 193.48.225.150:51920 +PersistentKeepalive = 25 +AllowedIPs = 172.19.0.0/17,fc00::/96 +``` + +``` +[interface] +Address = 172.19.129./32 +Address = fc00:f::129:/128 +PrivateKey = + +[Peer] +PublicKey = tSnZQM0s1EaN2uvCgYP8xkLXt+NccBBPJj5UBzV3h2Y= +Endpoint = 193.48.225.150:51920 +PersistentKeepalive = 25 +AllowedIPs = 172.19.0.0/17,fc00::/96 +``` +Only one need to be up at a time ### SSH