From 9575813019918fd3ede7dc6f3f4a617119268d72 Mon Sep 17 00:00:00 2001 From: Max Date: Fri, 16 Aug 2024 22:30:12 +0200 Subject: [PATCH] fixup! cluster/services/storage: test in simulacrum --- 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 242fbb5..bc5de89 100644 --- a/cluster/services/storage/default.nix +++ b/cluster/services/storage/default.nix @@ -56,7 +56,7 @@ in }; simulacrum = { enable = true; - deps = [ "wireguard" "consul" "locksmith" ]; + deps = [ "wireguard" "consul" "locksmith" "dns" "incandescence" ]; settings = ./simulacrum/test.nix; }; };