From 61a9bba6e111336cc936d3b803cdbb53fdc79551 Mon Sep 17 00:00:00 2001 From: devhell Date: Sat, 29 Feb 2020 16:30:16 +0000 Subject: profiles/services: Disable virtualbox I've been trying to get away from VirtualBox for quite some time now. unfortunately work has been preventing me from ditching it. I've been doing some tests with virt-manager and, for now, I think it might be an okay replacement. The only problem is that I've not found a way to similarly export/import VMs in a convenient fashion which VirtualBox offers. --- modules/user/devhell/profiles/services.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/user/devhell/profiles/services.nix b/modules/user/devhell/profiles/services.nix index 321d052f..90a6d876 100644 --- a/modules/user/devhell/profiles/services.nix +++ b/modules/user/devhell/profiles/services.nix @@ -12,7 +12,7 @@ in { virtualisation = { virtualbox = { host = { - enable = true; + enable = false; enableHardening = false; }; }; -- cgit 1.4.1