From 7ecb06ba14e6b41c1bbf6cf2a7676429948fecfb Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Mon, 9 Sep 2024 16:04:52 +1000 Subject: [PATCH] chore(brighde): add active tag --- hosts/brighde/default.nix | 1 - outputs.nix | 4 ++++ 2 files changed, 4 insertions(+), 1 deletion(-) 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 = [