From f221d1c55d91c74717bc7bf659b06d2500d9cbae Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Mon, 9 Sep 2024 16:18:53 +1000 Subject: [PATCH] chore(eamhair): add active tag --- hosts/eamhair/default.nix | 2 -- outputs.nix | 4 ++++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/hosts/eamhair/default.nix b/hosts/eamhair/default.nix index 7d86e98..5b21fb0 100644 --- a/hosts/eamhair/default.nix +++ b/hosts/eamhair/default.nix @@ -7,8 +7,6 @@ }: { imports = [../../networks/pi3B_rack.nix]; - # Comment out deployment when building the SD Image. - deployment.targetHost = "10.42.0.205"; networking.hostName = "eamhair"; # Define your hostname. environment.systemPackages = with pkgs; []; diff --git a/outputs.nix b/outputs.nix index a910dae..9272db0 100644 --- a/outputs.nix +++ b/outputs.nix @@ -117,6 +117,10 @@ in { hosts/eamhair ragenix.nixosModules.default ]; + deployment = { + tags = ["active"]; + targetHost = "10.42.0.205"; + }; }; iolear-beag = { imports = [