From 86fc97845a8d8289bdecbd302a97cc8c030543db Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Mon, 9 Sep 2024 16:11:27 +1000 Subject: [PATCH] chore(dionach): add active tag --- hosts/dionach/default.nix | 2 -- outputs.nix | 4 ++++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/hosts/dionach/default.nix b/hosts/dionach/default.nix index 570c0ff..ef2ba11 100644 --- a/hosts/dionach/default.nix +++ b/hosts/dionach/default.nix @@ -10,8 +10,6 @@ ../../profiles/steam.nix ]; - deployment.targetHost = "10.42.0.190"; - # Use the GRUB 2 boot loader. boot = { loader.grub = { diff --git a/outputs.nix b/outputs.nix index a9cebc1..0b7d179 100644 --- a/outputs.nix +++ b/outputs.nix @@ -97,6 +97,10 @@ in { hosts/dionach ragenix.nixosModules.default ]; + deployment = { + tags = ["active"]; + targetHost = "10.42.0.190"; + }; }; doilidh = { imports = [