about summary refs log tree commit diff
path: root/modules/user/devhell/profiles/services.nix
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2020-02-29 16:30:16 +0000
committerdevhell <devhell@mailfresser.de>2020-02-29 16:32:54 +0000
commit61a9bba6e111336cc936d3b803cdbb53fdc79551 (patch)
tree6f121d5cabc4db5eb16e3ae8ba194bec5856e8b7 /modules/user/devhell/profiles/services.nix
parentd7b08bc4ac3d09f7439f8fdcd37fcc3bd1e19435 (diff)
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.
Diffstat (limited to 'modules/user/devhell/profiles/services.nix')
-rw-r--r--modules/user/devhell/profiles/services.nix2
1 files changed, 1 insertions, 1 deletions
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;
         };
       };