about summary refs log tree commit diff
path: root/users/tazjin/nixos/tverskoy/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/tazjin/nixos/tverskoy/default.nix')
-rw-r--r--users/tazjin/nixos/tverskoy/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/users/tazjin/nixos/tverskoy/default.nix b/users/tazjin/nixos/tverskoy/default.nix
index 56f954c6f4..03de20fc74 100644
--- a/users/tazjin/nixos/tverskoy/default.nix
+++ b/users/tazjin/nixos/tverskoy/default.nix
@@ -47,6 +47,8 @@ lib.fix (self: {
     zfs.enableUnstable = true;
   };
 
+  virtualisation.virtualbox.host.enable = true;
+
   fileSystems = {
     "/" = {
       device = "zpool/ephemeral/root";