infrastructure

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 5022433c551dee983d07fd19273b041677659c51
parent c93738314f6eba06af1189207a84eac722a71698
Author: Silas Brack <silasbrack@gmail.com>
Date:   Thu,  2 Apr 2026 20:53:35 +0200

Test

Diffstat:
M.forgejo/workflows/nixos.yaml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.forgejo/workflows/nixos.yaml b/.forgejo/workflows/nixos.yaml @@ -40,5 +40,5 @@ jobs: - name: Deploy if: forgejo.ref == 'refs/heads/main' run: | - NIX_SSHOPTS="-i /var/lib/gitea-runner/.ssh/id_ed25519 -o StrictHostKeyChecking=accept-new -o UserKnownHostsFile=/tmp/known_hosts" \ + NIX_SSHOPTS="-o StrictHostKeyChecking=accept-new -o UserKnownHostsFile=/tmp/known_hosts" \ nix run nixpkgs#nixos-rebuild -- --fast --flake .#debian-2gb-hel1-1 --target-host root@46.62.150.48 test