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 = [