mkem
Some checks failed
/ perform flake analysis (push) Successful in 36s
/ build hive configuration (push) Failing after 1m11s

This commit is contained in:
2026-01-09 16:56:05 +01:00
parent 9a20f7846e
commit a194e1fb90
2 changed files with 5 additions and 2 deletions

View File

@@ -5,6 +5,9 @@ on:
jobs:
deploy:
container:
volumes:
- /nix/store:/var/nix/hosted-store
permissions:
contents: read
id-token: write
@@ -26,7 +29,7 @@ jobs:
with:
extra_nix_config: |
extra-trusted-public-keys = localhost:TiRpr2LzamX/MCKBUmFlZ8inWz94QWGL88fMEHg9Kgc=
substituters = http://localhost:5000
extra-substituters = "local?store=/var/nix/hosted-store&priority=20"
secret-key-files = /var/secrets/cache_privkey
post-build-hook = /etc/nix/upload-to-cache.sh
- name: Install SSH key

View File

@@ -24,7 +24,7 @@
container:
network: "host"
valid_volumes:
- "/nix/store:/nix/store"
- "/var/nix/hosted-store"
'';
};
in