summaryrefslogtreecommitdiffstats
path: root/nixos/modules/programs/virtualbox.nix
AgeCommit message (Collapse)Author
2016-03-28virtualbox service: fix use of deprecated option namesPeter Hoeg
2014-11-27nixos: Add enable option for programs/virtualbox.aszlig
We will simply rename the previous module and add a warning whenever the module is included directly, pointing the user to the right option and also enable it as well (in case somebody has missed the option and is wondering why VirtualBox doesn't work anymore). Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-09-04virtualbox: vboxusers may use /dev/vboxnetctlMichael Fellinger
2014-08-31Revert "Revert "Merge pull request #3182 from wkennington/master.ipv6""William A. Kennington III
This reverts commit ea8910652fcecbcd4f21aa1c66b1a0a239408b04.
2014-08-31Revert "Merge pull request #3182 from wkennington/master.ipv6"Rob Vermaas
This reverts commit b23fd6585481a42937e105d5fce630a549900e86, reversing changes made to 43654cba2c280ce17b81db44993d1c1bcae3a9c6.
2014-08-30Refactor nixos files relying on the old ipAddress / prefixLength / ↵William A. Kennington III
subnetMask attributes
2014-06-25virtualbox: Fix permissions for /dev/vboxdrvuwmertens
See https://bugs.archlinux.org/task/38314 and https://www.virtualbox.org/browser/vbox/trunk/src/VBox/Installer/linux/installer-common.sh?rev=47894#L28
2014-04-14Rewrite ‘with pkgs.lib’ -> ‘with lib’Eelco Dolstra
Using pkgs.lib on the spine of module evaluation is problematic because the pkgs argument depends on the result of module evaluation. To prevent an infinite recursion, pkgs and some of the modules are evaluated twice, which is inefficient. Using ‘with lib’ prevents this problem.
2013-10-10Move all of NixOS to nixos/ in preparation of the repository mergeEelco Dolstra