mkem
This commit is contained in:
@@ -5,6 +5,9 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
|
container:
|
||||||
|
volumes:
|
||||||
|
- /nix/store:/var/nix/hosted-store
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
id-token: write
|
id-token: write
|
||||||
@@ -26,7 +29,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
extra_nix_config: |
|
extra_nix_config: |
|
||||||
extra-trusted-public-keys = localhost:TiRpr2LzamX/MCKBUmFlZ8inWz94QWGL88fMEHg9Kgc=
|
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
|
secret-key-files = /var/secrets/cache_privkey
|
||||||
post-build-hook = /etc/nix/upload-to-cache.sh
|
post-build-hook = /etc/nix/upload-to-cache.sh
|
||||||
- name: Install SSH key
|
- name: Install SSH key
|
||||||
|
|||||||
@@ -24,7 +24,7 @@
|
|||||||
container:
|
container:
|
||||||
network: "host"
|
network: "host"
|
||||||
valid_volumes:
|
valid_volumes:
|
||||||
- "/nix/store:/nix/store"
|
- "/var/nix/hosted-store"
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
|
|||||||
Reference in New Issue
Block a user