From 0556eb36727742f2bb15c258947d880275f2e0b6 Mon Sep 17 00:00:00 2001 From: Erwin Boskma Date: Tue, 30 Apr 2024 09:53:05 +0200 Subject: [PATCH] k3s-test: Deploy over Tailscale --- machines/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/machines/default.nix b/machines/default.nix index 97ccd7a..898bbd1 100644 --- a/machines/default.nix +++ b/machines/default.nix @@ -50,7 +50,8 @@ inputs: { config = import ./k3s-test/configuration.nix inputs; deploy = { # host = "10.0.0.167"; - host = "10.0.0.208"; + # host = "10.0.0.208"; + host = "k3s-test.barn-beaver.ts.net"; targetUser = "erwin"; tags = [ "container" ]; };