diff options
author | Vincent Ambo <tazjin@gmail.com> | 2017-11-06T21·10+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2017-11-06T21·10+0100 |
commit | 52367acba1c1c6b47e3239009172f8136d1d47db (patch) | |
tree | 9d57ed3288ba440cfdbb4debcd9b7aa87ef62c90 /configuration.nix | |
parent | 22919d1535b2e393965ae684d4740b68674bc88d (diff) |
chore: Disable VirtualBox again
Diffstat (limited to 'configuration.nix')
-rw-r--r-- | configuration.nix | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configuration.nix b/configuration.nix index 3ea65328c7af..810176a37b39 100644 --- a/configuration.nix +++ b/configuration.nix @@ -33,9 +33,6 @@ services.gnome3.gnome-keyring.enable = true; virtualisation = { - # Configure VirtualBox (needed for local NixOps testing): - virtualbox.host.enable = true; - # Configure Docker (with socket activation): # Side note: ... why is this in virtualisation? ... docker.enable = true; |