chore: replace home-server IP with hostname
This is compatible with Tailscale and should cause less issues.
This commit is contained in:
parent
3284bc1f48
commit
8d0d5a36be
3 changed files with 3 additions and 3 deletions
hosts
|
@ -102,7 +102,7 @@
|
|||
};
|
||||
|
||||
deploy.nodes.home-server = {
|
||||
hostname = "192.168.1.102";
|
||||
hostname = "home-server";
|
||||
profiles.system = {
|
||||
sshUser = "felschr";
|
||||
sshOpts = [ "-t" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue