Compare commits

..

No commits in common. "1c4542e86f566dafacf58a1b6cce35ab49268487" and "18f9ffd7aef3a316c7a488cff47239e0c0b7af7d" have entirely different histories.

3 changed files with 3 additions and 9 deletions

View file

@ -98,7 +98,7 @@
# infra # infra
"truenas.internal.flake.sh" = "192.168.1.199"; "truenas.internal.flake.sh" = "192.168.1.199";
"hass.internal.flake.sh" = "192.168.1.98"; "assistant.internal.flake.sh" = "192.168.1.189";
"dashboard.internal.flake.sh" = "192.168.1.98"; "dashboard.internal.flake.sh" = "192.168.1.98";
"udm.internal.flake.sh" = "192.168.1.1"; "udm.internal.flake.sh" = "192.168.1.1";
"pve.internal.flake.sh" = "192.168.1.37"; "pve.internal.flake.sh" = "192.168.1.37";

View file

@ -2,8 +2,8 @@ _: {
services.home-assistant.config = { services.home-assistant.config = {
lovelace.mode = "yaml"; lovelace.mode = "yaml";
http = { http = {
server_host = "0.0.0.0"; server_host = "192.168.1.98";
server_port = 8123; server_port = 8124;
}; };
homeassistant = { homeassistant = {
name = "Home"; name = "Home";

View file

@ -40,11 +40,6 @@ _: {
entrypoints = ["web"]; entrypoints = ["web"];
service = "searxng"; service = "searxng";
}; };
hass = {
rule = "Host(`hass.internal.flake.sh`)";
entrypoints = ["web"];
service = "hass";
};
}; };
services = { services = {
stash.loadBalancer.servers = [{url = "http://localhost:9999";}]; stash.loadBalancer.servers = [{url = "http://localhost:9999";}];
@ -53,7 +48,6 @@ _: {
jellyseerr.loadBalancer.servers = [{url = "http://localhost:5055";}]; jellyseerr.loadBalancer.servers = [{url = "http://localhost:5055";}];
wallos.loadBalancer.servers = [{url = "http://localhost:8282";}]; wallos.loadBalancer.servers = [{url = "http://localhost:8282";}];
searxng.loadBalancer.servers = [{url = "http://localhost:8100";}]; searxng.loadBalancer.servers = [{url = "http://localhost:8100";}];
hass.loadBalancer.servers = [{url = "http://localhost:8123";}];
}; };
}; };
}; };