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 = [