From 432dbbef2045b5e964a209a0b784c335ceda435d Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Thu, 21 Nov 2024 23:17:41 -0600 Subject: [PATCH] Fix incorrect static addresses --- hosts/jeremiah/default.nix | 2 +- hosts/linode/matrix.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/jeremiah/default.nix b/hosts/jeremiah/default.nix index 889858c..01f7460 100644 --- a/hosts/jeremiah/default.nix +++ b/hosts/jeremiah/default.nix @@ -31,7 +31,7 @@ hostName = "jeremiah"; # Define your hostname. useDHCP = false; defaultGateway = { - address = " 10.42.1.1"; + address = " 10.42.1.2"; interface = "enp68s0"; }; interfaces = { diff --git a/hosts/linode/matrix.nix b/hosts/linode/matrix.nix index e072a4a..45c146d 100644 --- a/hosts/linode/matrix.nix +++ b/hosts/linode/matrix.nix @@ -55,7 +55,7 @@ in locations."/".extraConfig = "return 404;"; 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 }; }; };