From 3fd9964110fb13e8f32087a06f4bc75468982274 Mon Sep 17 00:00:00 2001 From: julian Date: Thu, 14 Sep 2023 21:02:27 +0200 Subject: [PATCH] Fix tags --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 2c69d36..c2b93b2 100644 --- a/flake.nix +++ b/flake.nix @@ -40,7 +40,7 @@ targetHost = "audio.z9.ccchh.net"; targetPort = 22; targetUser = "colmena-deploy"; - tags = "thinkcccluster"; + tags = [ "thinkcccluster" ]; }; imports = [ ./config/common