diff --git a/hosts/brighde/default.nix b/hosts/brighde/default.nix index a9b990a..67bb417 100644 --- a/hosts/brighde/default.nix +++ b/hosts/brighde/default.nix @@ -16,7 +16,6 @@ efi.canTouchEfiVariables = true; }; - deployment.targetHost = "10.42.0.124"; networking.hostName = "brighde"; # A poetess, sage, woman of wisdom, healing system.stateVersion = "22.05"; # The version of NixOS originally installed diff --git a/outputs.nix b/outputs.nix index f7b7ea4..97cf022 100644 --- a/outputs.nix +++ b/outputs.nix @@ -55,6 +55,10 @@ in { hosts/brighde ragenix.nixosModules.default ]; + deployment = { + tags = ["active"]; + targetHost = "10.42.0.124"; + }; }; ceilidh = { imports = [