Fix incorrect static addresses

This commit is contained in:
Greg Hellings
2024-11-21 23:17:41 -06:00
parent fb2bc406d3
commit 432dbbef20
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -31,7 +31,7 @@
hostName = "jeremiah"; # Define your hostname. hostName = "jeremiah"; # Define your hostname.
useDHCP = false; useDHCP = false;
defaultGateway = { defaultGateway = {
address = " 10.42.1.1"; address = " 10.42.1.2";
interface = "enp68s0"; interface = "enp68s0";
}; };
interfaces = { interfaces = {
+1 -1
View File
@@ -55,7 +55,7 @@ in
locations."/".extraConfig = "return 404;"; locations."/".extraConfig = "return 404;";
locations."/_matrix" = { locations."/_matrix" = {
proxyPass = "http://vm-matrix.shire-zebra.ts.net:8448"; # Lacking the trailing / is correct proxyPass = "http://matrix.shire-zebra.ts.net:8448"; # Lacking the trailing / is correct
}; };
}; };
}; };