From c05590435ea4866806777c96c41907b81bd14af4 Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Mon, 9 Sep 2024 16:09:26 +1000 Subject: [PATCH] chore(cuallaidh): add active tag --- hosts/cuallaidh/default.nix | 2 -- outputs.nix | 4 ++++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/hosts/cuallaidh/default.nix b/hosts/cuallaidh/default.nix index 2b5c758..c720b32 100644 --- a/hosts/cuallaidh/default.nix +++ b/hosts/cuallaidh/default.nix @@ -21,8 +21,6 @@ ../../profiles/tt-rss.nix ]; - deployment.targetHost = "172.105.171.16"; - networking.hostName = "cuallaidh"; # Define your hostname. networking.interfaces.eth0.ipv6.addresses = [ { diff --git a/outputs.nix b/outputs.nix index 97cf022..a9cebc1 100644 --- a/outputs.nix +++ b/outputs.nix @@ -81,6 +81,10 @@ in { hosts/cuallaidh ragenix.nixosModules.default ]; + deployment = { + tags = ["active"]; + targetHost = "172.105.171.16"; + }; }; #dhu = { # imports = [