From 00a759d8fe7d714fac22ee3ce20ac83da1d53fb0 Mon Sep 17 00:00:00 2001 From: Satria Date: Sun, 15 Mar 2026 13:22:56 +0700 Subject: [PATCH] add refresh flag --- .forgejo/workflows/activate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/activate.yml b/.forgejo/workflows/activate.yml index 8d1ad80..abbd723 100644 --- a/.forgejo/workflows/activate.yml +++ b/.forgejo/workflows/activate.yml @@ -25,7 +25,7 @@ jobs: -o StrictHostKeyChecking=no \ -o UserKnownHostsFile=/dev/null \ root@localhost \ - "bash -lc 'nixos-rebuild switch --flake git+http://localhost:5080/satr14/nix-flake#homelab -L'" + "bash -lc 'nixos-rebuild switch --refresh --flake git+http://localhost:5080/satr14/nix-flake#homelab -L'" - name: Show generation if: always()