diff options
author | Emile <git@emile.space> | 2024-07-21 17:49:08 +0200 |
---|---|---|
committer | Emile <git@emile.space> | 2024-07-21 17:49:08 +0200 |
commit | 0adf33787b5394b1cde4769bf2206ba252a26237 (patch) | |
tree | 02f6d910dc442a46f279f0b9d651202384919f2e | |
parent | 216d5bf4d49a96e2157aa19ca839aea357e6df32 (diff) |
use tailscale dns for caladan
-rw-r--r-- | nix/hosts/corrino/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/hosts/corrino/configuration.nix b/nix/hosts/corrino/configuration.nix index 3023a6a..66000de 100644 --- a/nix/hosts/corrino/configuration.nix +++ b/nix/hosts/corrino/configuration.nix @@ -390,7 +390,7 @@ in { supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ]; } { - hostName = "caladan"; + hostName = "caladan.pinto-pike.ts.net"; system = "aarch64-darwin"; protocol = "ssh-ng"; maxJobs = 1; |