From f4680c204eec59b696d30109e0f36e79c0be1f17 Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Mon, 9 Sep 2024 16:35:08 +1000 Subject: [PATCH] chore(teintidh): add inactive tag --- hosts/teintidh/default.nix | 1 - outputs.nix | 4 ++++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/hosts/teintidh/default.nix b/hosts/teintidh/default.nix index 7ee6e12..00d38d7 100644 --- a/hosts/teintidh/default.nix +++ b/hosts/teintidh/default.nix @@ -15,7 +15,6 @@ boot.loader.grub.enable = true; boot.loader.grub.device = "/dev/sda"; - deployment.targetHost = "10.42.0.127"; networking.hostName = "teintidh"; # Define your hostname. system.stateVersion = "18.09"; # The version of NixOS originally installed diff --git a/outputs.nix b/outputs.nix index 465d422..2236f76 100644 --- a/outputs.nix +++ b/outputs.nix @@ -165,6 +165,10 @@ in { hosts/teintidh ragenix.nixosModules.default ]; + deployment = { + tags = ["inactive"]; + targetHost = "10.42.0.127"; + }; }; }; }