nvim: added nvim-tree-lua, Satori:changed wierguard config

This commit is contained in:
2021-06-04 05:07:04 +05:30
parent f61c6dddfa
commit e5910e3477
3 changed files with 28 additions and 5 deletions

View File

@@ -19,15 +19,15 @@
};
};
wireguard.interfaces.wg0 = {
ips = [ "100.0.0.3/32" ];
ips = [ "10.55.0.3/32" ];
listenPort = 17840;
privateKeyFile = "/var/secrets/wg";
peers = [
{
#Oracle VM1
publicKey = "z0Y2VNEWcyVQVSqRHiwmiJ5/0MgSPM+HZfEcwIccSxM=";
allowedIPs = [ "100.0.0.0/24" ];
endpoint = "140.238.230.155:17840";
allowedIPs = [ "10.55.0.0/24" ];
endpoint = "weirdnatto.in:17840";
persistentKeepalive = 25;
}
];