From 5e18abfe4be42b30642f4fa424bf651396669fe6 Mon Sep 17 00:00:00 2001 From: osbm Date: Thu, 27 Feb 2025 19:35:45 +0300 Subject: [PATCH] hotfix --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index a7cbb0c..52059b3 100644 --- a/flake.nix +++ b/flake.nix @@ -102,7 +102,7 @@ zero2w = { hostname = "harmonica"; profiles.system.path = - deploy-rs.lib.aarch64-linux.activate.nixos self.nixosConfigurations.zero2w; + deploy-rs.lib.aarch64-linux.activate.nixos self.nixosConfigurations.harmonica; }; }; };