nixos-config/nixos/parallels-vm.nix
2024-03-26 13:16:54 -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?
}