nix/docker/vault: contents --> copyToRoot

This commit is contained in:
Luke Granger-Brown 2022-10-08 21:27:12 +01:00
parent 88334fa721
commit 03d0572cae

View file

@ -27,7 +27,7 @@ let
name = imageName; name = imageName;
tag = imageVersion; tag = imageVersion;
contents = pluginDrv; copyToRoot = pluginDrv;
# Using vault-bin because I want the vault UI. # Using vault-bin because I want the vault UI.
config.Entrypoint = [ "${vault}/bin/vault" "server" "-config" "/etc/vault/config.hcl" ]; config.Entrypoint = [ "${vault}/bin/vault" "server" "-config" "/etc/vault/config.hcl" ];