nixos-config/modules/nixos/linux/parallels-vm.nix
2024-09-28 18:01:53 -04: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?
}