mirror of
https://github.com/Mic92/sops-nix.git
synced 2025-04-08 09:54:35 +00:00
try to fix certificates
This commit is contained in:
parent
0b53376ef6
commit
d984024f45
1 changed files with 4 additions and 2 deletions
|
@ -8,7 +8,9 @@ steps:
|
|||
environment:
|
||||
NIX_REMOTE: daemon
|
||||
PATH: /nix/var/nix/profiles/system/sw/bin/
|
||||
SSL_CERT_FILE: /nix/var/nix/profiles/system/etc/ssl/certs/ca-bundle.crt
|
||||
SSL_CERT_FILE: /nix/var/nix/profiles/system/etc/ssl/certs/ca-certificates.crt
|
||||
GIT_SSL_CAINFO: /nix/var/nix/profiles/system/etc/ssl/certs/ca-certificates.crt
|
||||
CURL_CA_BUNDLE: /nix/var/nix/profiles/system/etc/ssl/certs/ca-certificates.crt
|
||||
PAGER: cat
|
||||
USER: root
|
||||
volumes:
|
||||
|
@ -26,6 +28,6 @@ volumes:
|
|||
path: /nix
|
||||
---
|
||||
kind: signature
|
||||
hmac: 1d9dc0576a5f871c84ac9fd1919fcbd85a7e68fe927f8467d1bfc856fa0c5967
|
||||
hmac: d9b3b156902d9351d56c103b9c9f91588c9b3ed17a821dd14877bf8e567d939d
|
||||
|
||||
...
|
||||
|
|
Loading…
Add table
Reference in a new issue