diff --git a/theba.nix b/theba.nix index 17f232f..8d61613 100644 --- a/theba.nix +++ b/theba.nix @@ -66,4 +66,6 @@ virtualisation.docker.enable = true; users.extraUsers.gebner.extraGroups = [ "docker" ]; + virtualisation.virtualbox.host.enable = true; + }