infrastructure

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

commit ef4764ef9f516a5335a71e609e5b9896fa9d68c4
parent e3d7425cdbd32d2f78aeae4ed416851df8b17ca6
Author: Silas Brack <silasbrack@gmail.com>
Date:   Thu,  2 Apr 2026 21:15:24 +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="-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 + nix run nixpkgs#nixos-rebuild -- --fast --flake .#debian-2gb-hel1-1 --target-host root@46.62.150.48 test