mirror of
https://github.com/srid/nixos-config.git
synced 2026-07-16 22:01:33 +08:00
Use Tailscale IPs for imako and vira instead of 0.0.0.0
This commit is contained in:
parent
6bb940f365
commit
df266d752c
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue