Get Genesis buttoned up

Stop building Gnome stuff for it
Fix up DHCP responses to the new topology
Make Home Assistant Work Again
Complete changeover
This commit is contained in:
Greg Hellings
2023-08-22 00:40:32 -05:00
parent 12d3b09163
commit dbf3579b4b
7 changed files with 49 additions and 27 deletions
+5 -2
View File
@@ -43,7 +43,7 @@ in {
"${iot}" = {
useDHCP = false;
ipv4.addresses = [ {
address = "192.168.66.2";
address = "192.168.66.1";
prefixLength = 24;
} ];
};
@@ -86,7 +86,10 @@ in {
greg.proxies = {
"jellyfin.thehellings.lan".target = "http://localhost:8096";
"jellyfin.me.ts".target = "http://localhost:8096";
"jellyfin.shire-zebra.ts.net" = {
target = "http://localhost:8096";
genAliases = false;
};
};
#########