# HG changeset patch # User Robin Stumm # Date 1627140951 -7200 # Sat Jul 24 17:35:51 2021 +0200 # Node ID ec49529912db5742f27137d69bc00497ae863ac7 # Parent c1fd593cebfc31856472e605d7060607076f863e disable VirtualBox guest integration diff --git a/network.nix b/network.nix --- a/network.nix +++ b/network.nix @@ -39,6 +39,9 @@ config.services.seaweedfs.clusters.default.package ]; + # not needed for this simple example and may cause the deployment to fail due to incompatible versions on guest and host + virtualisation.virtualbox.guest.enable = lib.mkForce false; + services.seaweedfs.clusters.default = { package = pkgs.seaweedfs;