wireguard: add strawberry
This commit is contained in:
parent
8a92f00e3b
commit
8ad1af7c05
2 changed files with 5 additions and 0 deletions
|
|
@ -13,6 +13,7 @@
|
|||
extraHosts = ''
|
||||
10.100.0.2 apricot
|
||||
10.100.0.3 winter
|
||||
10.100.0.4 strawberry
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -12,6 +12,10 @@ let
|
|||
publicKey = "6nVhazYdmC15A/nke9VrqIg3sOBVOmqj4GEsyBq7MVo=";
|
||||
allowedIPs = [ "10.100.0.3/32" ];
|
||||
};
|
||||
strawberry = {
|
||||
publicKey = "Fkcp/VSN4Dkhly8V4hskF4lnDviA7VZHCnWf7OliFCg=";
|
||||
allowedIPs = [ "10.100.0.4/32" ];
|
||||
};
|
||||
};
|
||||
|
||||
clientPeers = builtins.attrValues clients;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue