From dbcdf7751ef28a2c5e418f47f4824658f12992f5 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Sun, 12 May 2019 14:05:07 -0700 Subject: enable virtualization --- machines/helium.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'machines/helium.nix') diff --git a/machines/helium.nix b/machines/helium.nix index 8bbeebc..3cbb907 100644 --- a/machines/helium.nix +++ b/machines/helium.nix @@ -36,6 +36,16 @@ }; }; + virtualisation = { + libvirtd.enable = true; + docker.enable = true; + virtualbox.guest.enable = true; + virtualbox.host.enable = true; + virtualbox.host.headless = false; + virtualbox.host.addNetworkInterface = true; + + }; + programs = { bash.enableCompletion = true; command-not-found.enable = true; -- cgit v1.2.3