diff --git a/cluster/services/ways/default.nix b/cluster/services/ways/default.nix index 013d697..91a8e6d 100644 --- a/cluster/services/ways/default.nix +++ b/cluster/services/ways/default.nix @@ -8,6 +8,7 @@ services.ways = { nodes.host = config.services.websites.nodes.host; nixos.host = ./host.nix; + simulacrum.deps = [ "nginx" "acme-client" "dns" "certificates" "consul" ]; }; dns.records = lib.mapAttrs'