nixos-config/systems/linux-builder/parallels-vm.nix
2024-03-05 15:19:48 -05:00

6 lines
179 B
Nix

# Parallels VM support
{
hardware.parallels.enable = true;
nixpkgs.config.allowUnfree = true; # for parallels
services.ntp.enable = true; # Accurate time in Parallels VM?
}