add vault cli to vault-ca container

This commit is contained in:
chaos 2024-05-24 20:26:51 +01:00
parent 3da50e27a9
commit 726c1bb0e1
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions

View file

@ -16,7 +16,7 @@ in {
privateNetwork = true;
hostAddress = hostIP;
localAddress = containerIP;
additionalCapabilities = [ "CAP_IPC_LOCK" ];
additionalCapabilities = ["CAP_IPC_LOCK"];
specialArgs = {
inherit inputs;

View file

@ -1,4 +1,5 @@
{pkgs, ...}: {
environment.systemPackages = with pkgs; [vault-bin];
services.vault = {
enable = true;
package = pkgs.vault-bin;