From ab31386bfa42fba99b6e0fb755700d9320281d06 Mon Sep 17 00:00:00 2001 From: notohh Date: Sat, 21 Oct 2023 01:56:03 -0400 Subject: [PATCH] deploy: switch sakura to lan --- hosts/deploy.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/deploy.nix b/hosts/deploy.nix index 7e786c3..5d9c861 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 = "100.121.201.47"; + hostname = "192.168.1.25"; profiles.system = { user = "root"; path = activate.nixos inputs.self.nixosConfigurations.sakura;