flake/nixos/presets/desktop/virtualbox.nix

3 lines
59 B
Nix

{...}: {
virtualisation.virtualbox.host.enable = true;
}