chore: add cacert to nomad

Signed-off-by: Chinmay D. Pai <chinmay.pai@zerodha.com>
This commit is contained in:
Chinmay D. Pai 2023-10-20 16:32:18 +05:30
parent 9748d82990
commit 508b46b1da
Signed by: thunderbottom
GPG Key ID: 75507BE256F40CED

View File

@ -4,7 +4,7 @@
enable = true;
dropPrivileges = false;
enableDocker = true;
extraPackages = with pkgs; [cni-plugins];
extraPackages = with pkgs; [cni-plugins cacert];
package = pkgs.nomad_1_6;
settings = {
datacenter = "trench";