From 8657c02e9883f2c236e90c88dcfa9f8e88dece02 Mon Sep 17 00:00:00 2001 From: James Walker Date: Wed, 24 Nov 2021 15:54:08 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=95=B8=20access=20hosts=20via=20tailscale?= =?UTF-8?q?=20host?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ops/aristotle.nix | 8 ++++---- ops/plato.nix | 2 +- ops/socrates.nix | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ops/aristotle.nix b/ops/aristotle.nix index efb5167..dc0c031 100644 --- a/ops/aristotle.nix +++ b/ops/aristotle.nix @@ -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"; }; } diff --git a/ops/plato.nix b/ops/plato.nix index 666c65e..cbaaa06 100644 --- a/ops/plato.nix +++ b/ops/plato.nix @@ -6,7 +6,7 @@ networking.hostName = "plato"; nixpkgs.system = "x86_64-linux"; - deployment.targetHost = "192.168.6.102"; + deployment.targetHost = "plato"; deployment.targetUser = "root"; }; } diff --git a/ops/socrates.nix b/ops/socrates.nix index 512b3a9..4c42144 100644 --- a/ops/socrates.nix +++ b/ops/socrates.nix @@ -6,7 +6,7 @@ networking.hostName = "socrates"; nixpkgs.system = "x86_64-linux"; - deployment.targetHost = "167.99.176.10"; + deployment.targetHost = "socrates"; deployment.targetUser = "root"; }; }