From e92e710ff3ff5cbb9827adcd95b1e49999e60503 Mon Sep 17 00:00:00 2001 From: Max Date: Sat, 9 Nov 2024 17:02:12 +0100 Subject: [PATCH] cluster/services/storage: depend on ways 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 bc5de89..f960359 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" "dns" "incandescence" ]; + deps = [ "wireguard" "consul" "locksmith" "dns" "incandescence" "ways" ]; settings = ./simulacrum/test.nix; }; };