From 8e957df7f0985666efa4443536a34df3e10094bd Mon Sep 17 00:00:00 2001 From: Erwin Boskma Date: Tue, 2 Jan 2024 22:46:48 +0100 Subject: [PATCH] colmena: Handle tags --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index a61fc25..cb01633 100644 --- a/flake.nix +++ b/flake.nix @@ -191,6 +191,8 @@ deployment = { targetHost = machines.${machine}.deploy.host; targetUser = "root"; # machines.${machine}.deploy.sshUser; + # targetUser = machines.${machine}.deploy.sshUser; + tags = machines.${machine}.deploy.tags or [ ]; }; imports = self.lib.systemModules (machines.${machine}.system or "x86_64-linux") machines.${machine}.config; };