Don't try to run consul on the cloud.

This commit is contained in:
2025-10-31 15:55:14 +00:00
parent 2a5a9f2ee9
commit 7386d3a5ee
3 changed files with 2 additions and 12 deletions

View File

@@ -1,8 +0,0 @@
{ pkgs, ... }:
{
# Cloud node: Minimal system with Consul for cloud deployments
imports = [
./minimal-node.nix
./consul.nix
];
}