wireguard: add strawberry

This commit is contained in:
LavaDesu 2021-10-07 11:45:54 +07:00
parent 8a92f00e3b
commit 8ad1af7c05
Signed by: cilly
GPG key ID: 6500251E087653C9
2 changed files with 5 additions and 0 deletions

View file

@ -13,6 +13,7 @@
extraHosts = ''
10.100.0.2 apricot
10.100.0.3 winter
10.100.0.4 strawberry
'';
};
}

View file

@ -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;