infrastructure

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

commit 56e341313151fdd0ad268e25454b14feda2fd803
parent 5022433c551dee983d07fd19273b041677659c51
Author: Silas Brack <silasbrack@gmail.com>
Date:   Thu,  2 Apr 2026 20:55:49 +0200

Test

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

diff --git a/.forgejo/workflows/nixos.yaml b/.forgejo/workflows/nixos.yaml @@ -40,5 +40,4 @@ jobs: - name: Deploy if: forgejo.ref == 'refs/heads/main' run: | - 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 + NIX_SSHOPTS="-i /var/lib/gitea-runner/default/.ssh/id_ed25519 -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