k3s-test: Deploy over Tailscale

This commit is contained in:
Erwin Boskma 2024-04-30 09:53:05 +02:00
parent 00b019ed04
commit 0556eb3672
Signed by: erwin
SSH key fingerprint: SHA256:/Wk1WZdLg+vQHs3in9qq7PsIp8SMzwGSk/RLZ5zPuZk

View file

@ -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" ];
};