From df266d752c9f2057cdddfb380b811bed85b01a03 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Mon, 16 Mar 2026 09:09:40 -0400 Subject: [PATCH] Use Tailscale IPs for imako and vira instead of 0.0.0.0 --- modules/home/services/obsidian.nix | 2 +- modules/home/services/vira.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;