Wed Aug 24 04:33:56 PM CEST 2022

This commit is contained in:
Alexander Szczepanski
2022-08-24 16:33:56 +02:00
parent c145716da2
commit dde242c0f0

View File

@ -73,6 +73,11 @@ in {
presharedKey = secrets.wireguard-preshared;
allowedIPs = [ "10.100.0.5/32" ];
}
{
publicKey = secrets.wireguard-raspberrypi-public;
presharedKey = secrets.wireguard-preshared;
allowedIPs = [ "10.100.0.6/32" ];
}
];
};
};
@ -228,7 +233,7 @@ in {
enableACME = true;
locations = {
"/" = {
proxyPass = "http://10.100.0.3:8123/";
proxyPass = "http://10.100.0.6:8123/";
proxyWebsockets = true;
};
};