From 935d8098115d2fe953f4860f2529466eba09f7a4 Mon Sep 17 00:00:00 2001 From: notohh Date: Sat, 21 Oct 2023 03:39:31 -0400 Subject: [PATCH] deploy: switch sakura back to tailscale --- hosts/deploy.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/deploy.nix b/hosts/deploy.nix index 5d9c861..cf82c55 100644 --- a/hosts/deploy.nix +++ b/hosts/deploy.nix @@ -1,7 +1,7 @@ inputs: { nodes = with inputs.deploy-rs.lib.x86_64-linux; { sakura = { - hostname = "192.168.1.25"; + hostname = "100.121.201.47"; profiles.system = { user = "root"; path = activate.nixos inputs.self.nixosConfigurations.sakura; @@ -17,7 +17,7 @@ inputs: { path = activate.nixos inputs.self.nixosConfigurations.kariru; }; sshUser = "root"; - sshOpts = ["-t" "-i" ''~/.ssh/forgejo'']; + sshOpts = ["-t" "-i" "~/.ssh/forgejo"]; magicRollback = true; }; yuki = {