From 3c4e886095591b8b4cd2ddd479fa6964e49a1f5d Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Mon, 9 Sep 2024 16:22:26 +1000 Subject: [PATCH] chore(iolear-beag): add active tag --- hosts/iolear-beag/default.nix | 1 - outputs.nix | 4 ++++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/hosts/iolear-beag/default.nix b/hosts/iolear-beag/default.nix index 9a40049..43ff396 100644 --- a/hosts/iolear-beag/default.nix +++ b/hosts/iolear-beag/default.nix @@ -14,7 +14,6 @@ boot.loader.grub.enable = true; boot.loader.grub.device = "/dev/sda"; - deployment.targetHost = "10.42.0.127"; networking.hostName = "iolear-beag"; # Define your hostname. system.stateVersion = "18.09"; # The version of NixOS originally installed diff --git a/outputs.nix b/outputs.nix index 9272db0..dd4aca7 100644 --- a/outputs.nix +++ b/outputs.nix @@ -127,6 +127,10 @@ in { hosts/iolear-beag ragenix.nixosModules.default ]; + deployment = { + tags = ["inactive"]; + targetHost = "10.42.0.127"; + }; }; #paidh-uachdar = { # imports = [