diff options
Diffstat (limited to 'users/tazjin/nixos/tverskoy/default.nix')
-rw-r--r-- | users/tazjin/nixos/tverskoy/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/users/tazjin/nixos/tverskoy/default.nix b/users/tazjin/nixos/tverskoy/default.nix index 56f954c6f4a7..03de20fc7472 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"; |