diff options
| author | Manuel Palenzuela <[email protected]> | 2022-06-20 18:17:08 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2022-06-20 18:17:08 +0200 |
| commit | 3cf0019a29a1ca5cb06d3ad8a2f2ec80f82775c7 (patch) | |
| tree | 9c7dae9f5326a1318a5a002885cc2c2eb6f39bd3 /hosts/vm/hardware.nix | |
| parent | Move minecraft override to the base overlay (diff) | |
| download | nixos-config-3cf0019a29a1ca5cb06d3ad8a2f2ec80f82775c7.tar.gz nixos-config-3cf0019a29a1ca5cb06d3ad8a2f2ec80f82775c7.tar.bz2 nixos-config-3cf0019a29a1ca5cb06d3ad8a2f2ec80f82775c7.zip | |
fmt
Diffstat (limited to 'hosts/vm/hardware.nix')
| -rw-r--r-- | hosts/vm/hardware.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/vm/hardware.nix b/hosts/vm/hardware.nix index 5f331f1..e451316 100644 --- a/hosts/vm/hardware.nix +++ b/hosts/vm/hardware.nix @@ -34,5 +34,6 @@ driSupport = true; }; }; + virtualisation.virtualbox.guest.enable = true; } |