From 63a10ed4b0ef105ee8485a6b9858abe6b81716aa Mon Sep 17 00:00:00 2001 From: Julien Malka Date: Sun, 14 May 2023 14:21:26 +0200 Subject: [PATCH] correct config for bin-cache deploy --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index fa138bf..4430a84 100644 --- a/flake.nix +++ b/flake.nix @@ -124,12 +124,12 @@ }; deploy.nodes.bin-cache = { - hostname = "bin-cache.julienmalka.me"; + hostname = "100.100.45.22"; profiles.system = { sshUser = "root"; sshOpts = [ "-p" "45" ]; fastConnection = true; - path = deploy-rs.lib.x86_64-linux.activate.nixos self.nixosConfigurations.lisa; + path = deploy-rs.lib.x86_64-linux.activate.nixos self.nixosConfigurations.bin-cache; }; };