disable VirtualBox guest integration
1 files changed, 3 insertions(+), 0 deletions(-)

M network.nix
M network.nix +3 -0
@@ 39,6 39,9 @@ in {
       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;