about summary refs log tree commit diff
path: root/modules/user/devhell/profiles/services.nix
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2017-12-22 18:42:47 +0000
committerdevhell <devhell@mailfresser.de>2017-12-22 18:42:47 +0000
commitf70f6c72d5f65272a6a19d7d47433e3c2244301b (patch)
treeee6a17dabd14206c0c3b404e311ef432ec66b180 /modules/user/devhell/profiles/services.nix
parent6edeead10bcabbd86cf499589f1b1911e0ccd2f2 (diff)
Revert "profiles/{packages,modules}: Disable VirtualBox"
This reverts commit 6edeead10bcabbd86cf499589f1b1911e0ccd2f2.

Nope, can't do this. I still need VBox for uni work as it's part of a
series of lectures I have to give.
Diffstat (limited to 'modules/user/devhell/profiles/services.nix')
-rw-r--r--modules/user/devhell/profiles/services.nix12
1 files changed, 6 insertions, 6 deletions
diff --git a/modules/user/devhell/profiles/services.nix b/modules/user/devhell/profiles/services.nix
index cc9c3810..7f0bce51 100644
--- a/modules/user/devhell/profiles/services.nix
+++ b/modules/user/devhell/profiles/services.nix
@@ -10,12 +10,12 @@ in {
 
   config = lib.mkIf cfg.enable {
     virtualisation = {
-#      virtualbox = {
-#        host = {
-#          enable = true;
-#          enableHardening = true;
-#        };
-#      };
+      virtualbox = {
+        host = {
+          enable = true;
+          enableHardening = true;
+        };
+      };
       libvirtd = {
         enable = true;
         enableKVM = true;