fuuko/hydra: Make serving build artifacts work

hydra-server.service does not have access to the signing key.
pull/52/head
Simon Bruder 2021-05-13 14:23:10 +02:00
parent e629ad86fb
commit 9f70024257
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ in
extraConfig = ''
store_uri = file:///data/cache/nix-binary-cache?secret-key=${config.sops.secrets.binary-cache-secret-key.path}
server_store_uri = file:///data/cache/nix-binary-cache
upload_logs_to_binary_cache = true
'';