From 93b8e9d62e49f6e910dfacb6a028d7ea5ca18334 Mon Sep 17 00:00:00 2001 From: s-prechtl Date: Wed, 5 Nov 2025 17:40:30 +0100 Subject: [PATCH] feat: enable virtbox again :((((((((((( --- hosts/goingmerry/configuration.nix | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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