diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index a2bf961..2b8cdb9 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -45,5 +45,5 @@ jobs: mkdir -p ~/.ssh chmod 700 ~/.ssh echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config - colmena apply -v --on @active-dns --show-trace + colmena apply -v --on vendetta --show-trace shell: bash \ No newline at end of file diff --git a/machines/vendetta.nix b/machines/vendetta.nix index 6806d07..732eaf5 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"];