diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index c9b3c13..3be4d18 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -27,10 +27,6 @@ jobs: purge-prefixes: nix-${{ runner.os }}- # created more than this number of seconds ago purge-created: 60000 - # or, last accessed more than this number of seconds ago - # relative to the start of the `Post Restore and save Nix store` phase - purge-last-accessed: 0 - # except any version with the key that is the same as the `primary-key` purge-primary-key: never - name: Install SSH key uses: shimataro/ssh-key-action@v2