Installing Parallels Tools on NixOS

3

2

How to declaratively install Parallels Tools on NixOS which is running as a guest in Parallels for Mac?

Sridhar Ratnakumar

Posted 2017-11-21T01:42:30.360

Reputation: 4 041

Answers

1

I know you figured this out but for future searchers like myself:

Add the following to your /etc/nixos/configuration.nix file:

nixpkgs.config.allowUnfree = true;
hardware.parallels.enable = true;

Note however that at the moment it appears to be broken.

David Braun

Posted 2017-11-21T01:42:30.360

Reputation: 111