Use Tailscale IPs for imako and vira instead of 0.0.0.0

This commit is contained in:
Sridhar Ratnakumar 2026-03-16 09:09:40 -04:00
parent 6bb940f365
commit df266d752c
2 changed files with 2 additions and 2 deletions

View file

@ -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
};
}

View file

@ -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;