diff --git a/hosts/goingmerry/configuration.nix b/hosts/goingmerry/configuration.nix index 6881602..f12b3d8 100644 --- a/hosts/goingmerry/configuration.nix +++ b/hosts/goingmerry/configuration.nix @@ -267,15 +267,15 @@ }; }; # Uncommented since it causes delay in rebuilding the config - # virtualbox = { - # host.enable = true; - # guest = { - # enable = true; - # clipboard = true; - # dragAndDrop = true; - # seamless = true; - # }; - # }; + virtualbox = { + host.enable = true; + guest = { + enable = true; + clipboard = true; + dragAndDrop = true; + seamless = true; + }; + }; }; # Some programs need SUID wrappers, can be configured further or are