diff --git a/.forgejo/workflows/cache.yaml b/.forgejo/workflows/cache.yaml index ef0c143..0557451 100644 --- a/.forgejo/workflows/cache.yaml +++ b/.forgejo/workflows/cache.yaml @@ -20,4 +20,4 @@ jobs: cache: ${{ secrets.ATTIC_CACHE }} token: ${{ secrets.ATTIC_TOKEN }} - name: Build freyja configuration - run: nix build .#nixosConfigurations.freyja.config.system.build.toplevel + run: nix build --max-jobs=1 .#nixosConfigurations.freyja.config.system.build.toplevel