diff options
-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; |