From d12ef28d1cb1dfb72ae2f1202f6ff830874b8f01 Mon Sep 17 00:00:00 2001 From: Max Date: Sat, 10 Aug 2024 13:38:23 +0200 Subject: [PATCH] cluster/services/storage: add more simulacrum deps --- cluster/services/storage/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/services/storage/default.nix b/cluster/services/storage/default.nix index 1a96eb9..8705550 100644 --- a/cluster/services/storage/default.nix +++ b/cluster/services/storage/default.nix @@ -54,7 +54,7 @@ in }; simulacrum = { enable = true; - deps = [ "wireguard" "consul" "locksmith" "incandescence" ]; + deps = [ "wireguard" "consul" "chant" "locksmith" "incandescence" "dns" "acme-client" "patroni" "nginx" "ways" "certificates" ]; settings = ./test.nix; }; };