🕸 access hosts via tailscale host
This commit is contained in:
parent
2ece4db5f5
commit
8657c02e98
@ -6,7 +6,7 @@
|
||||
networking.hostName = "agent";
|
||||
nixpkgs.system = "aarch64-linux";
|
||||
|
||||
deployment.targetHost = "192.168.6.200";
|
||||
deployment.targetHost = "agent";
|
||||
deployment.targetUser = "root";
|
||||
};
|
||||
|
||||
@ -15,7 +15,7 @@
|
||||
networking.hostName = "form";
|
||||
nixpkgs.system = "aarch64-linux";
|
||||
|
||||
deployment.targetHost = "192.168.6.201";
|
||||
deployment.targetHost = "form";
|
||||
deployment.targetUser = "root";
|
||||
};
|
||||
|
||||
@ -24,7 +24,7 @@
|
||||
networking.hostName = "matter";
|
||||
nixpkgs.system = "aarch64-linux";
|
||||
|
||||
deployment.targetHost = "192.168.6.202";
|
||||
deployment.targetHost = "matter";
|
||||
deployment.targetUser = "root";
|
||||
};
|
||||
|
||||
@ -33,7 +33,7 @@
|
||||
networking.hostName = "purpose";
|
||||
nixpkgs.system = "aarch64-linux";
|
||||
|
||||
deployment.targetHost = "192.168.6.203";
|
||||
deployment.targetHost = "purpose";
|
||||
deployment.targetUser = "root";
|
||||
};
|
||||
}
|
||||
|
@ -6,7 +6,7 @@
|
||||
networking.hostName = "plato";
|
||||
nixpkgs.system = "x86_64-linux";
|
||||
|
||||
deployment.targetHost = "192.168.6.102";
|
||||
deployment.targetHost = "plato";
|
||||
deployment.targetUser = "root";
|
||||
};
|
||||
}
|
||||
|
@ -6,7 +6,7 @@
|
||||
networking.hostName = "socrates";
|
||||
nixpkgs.system = "x86_64-linux";
|
||||
|
||||
deployment.targetHost = "167.99.176.10";
|
||||
deployment.targetHost = "socrates";
|
||||
deployment.targetUser = "root";
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user