infrastructure

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

commit e3d7425cdbd32d2f78aeae4ed416851df8b17ca6
parent 56e341313151fdd0ad268e25454b14feda2fd803
Author: Silas Brack <silasbrack@gmail.com>
Date:   Thu,  2 Apr 2026 21:05:14 +0200

Test

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

diff --git a/.forgejo/workflows/nixos.yaml b/.forgejo/workflows/nixos.yaml @@ -40,4 +40,5 @@ 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_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