feat: change openclaw to a vm and give read access to a db
This commit is contained in:
parent
5847c04acd
commit
f3ef4ff11c
10 changed files with 372 additions and 75 deletions
|
|
@ -33,6 +33,10 @@
|
|||
publicKey = "tLsvuXo6Cp8tzjJau1yJZ9apeQvYa+cGrnAXBBifO3Y=";
|
||||
allowedIPs = [ "${config.networkPrefix}.98.205/32" ];
|
||||
}
|
||||
{ # web-arm — replace publicKey after generating keypair
|
||||
publicKey = "VjbYy4qKkFrjxxNU+fCam+FycBOkjNiB0t5YOOCIpFU=";
|
||||
allowedIPs = [ "${config.networkPrefix}.98.10/32" ];
|
||||
}
|
||||
];
|
||||
};
|
||||
wg_epicenter = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue