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