Compare commits

..

No commits in common. "9ed944e6b4147d4b283505d11fd76e7f5822b0b4" and "b66032bd1f42c6399613f5c090735d76d16b0377" have entirely different histories.

2 changed files with 0 additions and 7 deletions

View file

@ -123,7 +123,6 @@
"wallos.internal.flake.sh" = "192.168.1.98";
"synology.internal.flake.sh" = "192.168.1.71";
"paperless.internal.flake.sh" = "192.168.1.98";
};
};
redis = {

View file

@ -45,11 +45,6 @@ _: {
entrypoints = ["web"];
service = "hass";
};
paperless = {
rule = "Host(`paperless.internal.flake.sh`)";
entrypoints = ["web"];
service = "paperless";
};
};
services = {
stash.loadBalancer.servers = [{url = "http://localhost:9999";}];
@ -59,7 +54,6 @@ _: {
wallos.loadBalancer.servers = [{url = "http://localhost:8282";}];
searxng.loadBalancer.servers = [{url = "http://localhost:8100";}];
hass.loadBalancer.servers = [{url = "http://localhost:8123";}];
paperless.loadBalancer.servers = [{url = "http://100.108.113.89:28981";}];
};
};
};