From 0ef2ecd9f461071e18def1406d7079b539e369d0 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Wed, 7 Aug 2024 13:23:26 +0100 Subject: [PATCH] ci: check if setting root as teh user helps2 --- machines/vendetta.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/vendetta.nix b/machines/vendetta.nix index f9b5427..f259e4e 100644 --- a/machines/vendetta.nix +++ b/machines/vendetta.nix @@ -33,7 +33,7 @@ in { deployment = { targetHost = ip_pub; targetPort = 22; - targetUser = "root""; + targetUser = "root"; tags = ["active-dns" "dns"]; };