From 4495a658810f14a8f0f57c5eea714d96014e12dc Mon Sep 17 00:00:00 2001 From: Erwin Boskma Date: Sat, 6 Jan 2024 13:45:01 +0100 Subject: [PATCH] Add odin to machines, add tag to heimdall --- machines/default.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/machines/default.nix b/machines/default.nix index f41d677..8fe60b6 100644 --- a/machines/default.nix +++ b/machines/default.nix @@ -40,6 +40,7 @@ inputs: { sshUser = "erwin"; buildOn = "local"; substituteOnTarget = true; + tags = [ "metal" ]; }; }; loki = { @@ -61,6 +62,13 @@ inputs: { }; odin = { config = import ./odin/configuration.nix inputs; + deploy = { + # host = "10.0.0.252"; + host = "odin.barn-beaver.ts.net"; + buildOn = "local"; + substituteOnTarget = true; + tags = [ "metal" ]; + }; }; proxy = { config = import ./proxy/configuration.nix inputs;