diff options
Diffstat (limited to 'machines')
-rw-r--r-- | machines/helium.nix | 10 |
1 files changed, 10 insertions, 0 deletions
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; |