Merge branch 'main' of ssh://git.0x76.dev:42/v/infrastructure
This commit is contained in:
commit
89d863bd09
3 changed files with 55 additions and 37 deletions
|
@ -5,7 +5,7 @@ _: {
|
|||
};
|
||||
|
||||
virtualisation.oci-containers.containers.flaresolverr = {
|
||||
image = "flaresolverr/flaresolverr:v3.2.0";
|
||||
image = "flaresolverr/flaresolverr:v3.2.1";
|
||||
ports = [ "8191:8191" ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -47,7 +47,7 @@ in {
|
|||
|
||||
networking.wireguard.interfaces.wg0 = {
|
||||
ips = [ "10.100.0.1/24" ];
|
||||
listenPort = 51820;
|
||||
listenPort = 51821;
|
||||
privateKeyFile = "${vs.wireguard}/privateKey";
|
||||
|
||||
peers = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue