From 8d48e17c3530d545e909cf0b2d74d31b47a26eac Mon Sep 17 00:00:00 2001 From: osbm Date: Thu, 27 Feb 2025 22:19:15 +0300 Subject: [PATCH] lets try this --- flake.nix | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/flake.nix b/flake.nix index 52059b3..586c5d2 100644 --- a/flake.nix +++ b/flake.nix @@ -96,14 +96,11 @@ formatter.x86_64-linux = nixpkgs.legacyPackages.x86_64-linux.alejandra; formatter.aarch64-linux = nixpkgs.legacyPackages.aarch64-linux.alejandra; - deploy = { - user = "root"; - nodes = { - zero2w = { - hostname = "harmonica"; - profiles.system.path = - deploy-rs.lib.aarch64-linux.activate.nixos self.nixosConfigurations.harmonica; - }; + deploy.nodes.harmonica = { + hostname = "192.168.0.11"; + profiles.system = { + user = "osbm"; + path = deploy-rs.lib.x86_64-linux.activate.nixos self.nixosConfigurations.harmonica; }; }; };