diff --git a/modules/home/services/obsidian.nix b/modules/home/services/obsidian.nix index 7dfe3c0..095e13d 100644 --- a/modules/home/services/obsidian.nix +++ b/modules/home/services/obsidian.nix @@ -26,6 +26,6 @@ in package = inputs.imako.packages.${pkgs.stdenv.hostPlatform.system}.default; vaultDir = myVault; port = 7002; - host = "0.0.0.0"; + host = "100.90.229.113"; # Tailscale IP of zest }; } diff --git a/modules/home/services/vira.nix b/modules/home/services/vira.nix index e08d817..2065c15 100644 --- a/modules/home/services/vira.nix +++ b/modules/home/services/vira.nix @@ -35,7 +35,7 @@ in }; enable = true; port = 5001; - hostname = "0.0.0.0"; + hostname = "100.122.32.106"; # Tailscale IP of pureintent # https = false; # Using tailscale services autoResetState = true; autoBuildNewBranches = true;