🕸 access hosts via tailscale host

This commit is contained in:
James Walker 2021-11-24 15:54:08 -05:00
parent 2ece4db5f5
commit 8657c02e98
Signed by: walkah
GPG Key ID: 3C127179D6086E93
3 changed files with 6 additions and 6 deletions

View File

@ -6,7 +6,7 @@
networking.hostName = "agent"; networking.hostName = "agent";
nixpkgs.system = "aarch64-linux"; nixpkgs.system = "aarch64-linux";
deployment.targetHost = "192.168.6.200"; deployment.targetHost = "agent";
deployment.targetUser = "root"; deployment.targetUser = "root";
}; };
@ -15,7 +15,7 @@
networking.hostName = "form"; networking.hostName = "form";
nixpkgs.system = "aarch64-linux"; nixpkgs.system = "aarch64-linux";
deployment.targetHost = "192.168.6.201"; deployment.targetHost = "form";
deployment.targetUser = "root"; deployment.targetUser = "root";
}; };
@ -24,7 +24,7 @@
networking.hostName = "matter"; networking.hostName = "matter";
nixpkgs.system = "aarch64-linux"; nixpkgs.system = "aarch64-linux";
deployment.targetHost = "192.168.6.202"; deployment.targetHost = "matter";
deployment.targetUser = "root"; deployment.targetUser = "root";
}; };
@ -33,7 +33,7 @@
networking.hostName = "purpose"; networking.hostName = "purpose";
nixpkgs.system = "aarch64-linux"; nixpkgs.system = "aarch64-linux";
deployment.targetHost = "192.168.6.203"; deployment.targetHost = "purpose";
deployment.targetUser = "root"; deployment.targetUser = "root";
}; };
} }

View File

@ -6,7 +6,7 @@
networking.hostName = "plato"; networking.hostName = "plato";
nixpkgs.system = "x86_64-linux"; nixpkgs.system = "x86_64-linux";
deployment.targetHost = "192.168.6.102"; deployment.targetHost = "plato";
deployment.targetUser = "root"; deployment.targetUser = "root";
}; };
} }

View File

@ -6,7 +6,7 @@
networking.hostName = "socrates"; networking.hostName = "socrates";
nixpkgs.system = "x86_64-linux"; nixpkgs.system = "x86_64-linux";
deployment.targetHost = "167.99.176.10"; deployment.targetHost = "socrates";
deployment.targetUser = "root"; deployment.targetUser = "root";
}; };
} }