deploy: switch sakura back to tailscale
Some checks reported warnings
deploy systems / deploy (push) Has been cancelled
fmt check / check (push) Successful in 42s
flake check / check (push) Successful in 2m57s

This commit is contained in:
notohh 2023-10-21 03:39:31 -04:00
parent 84920a102b
commit 935d809811
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -1,7 +1,7 @@
inputs: { inputs: {
nodes = with inputs.deploy-rs.lib.x86_64-linux; { nodes = with inputs.deploy-rs.lib.x86_64-linux; {
sakura = { sakura = {
hostname = "192.168.1.25"; hostname = "100.121.201.47";
profiles.system = { profiles.system = {
user = "root"; user = "root";
path = activate.nixos inputs.self.nixosConfigurations.sakura; path = activate.nixos inputs.self.nixosConfigurations.sakura;
@ -17,7 +17,7 @@ inputs: {
path = activate.nixos inputs.self.nixosConfigurations.kariru; path = activate.nixos inputs.self.nixosConfigurations.kariru;
}; };
sshUser = "root"; sshUser = "root";
sshOpts = ["-t" "-i" ''~/.ssh/forgejo'']; sshOpts = ["-t" "-i" "~/.ssh/forgejo"];
magicRollback = true; magicRollback = true;
}; };
yuki = { yuki = {