mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-26 23:14:57 +08:00
6 lines
179 B
Nix
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?
|
|
}
|