2014-11-27 17:24:57 +00:00
|
|
|
let
|
|
|
|
msg = "Importing <nixpkgs/nixos/modules/programs/virtualbox.nix> is "
|
2016-03-24 14:08:40 +00:00
|
|
|
+ "deprecated, please use `virtualisation.virtualbox.host.enable = true' "
|
2014-11-27 17:24:57 +00:00
|
|
|
+ "instead.";
|
|
|
|
in {
|
|
|
|
config.warnings = [ msg ];
|
2016-03-24 14:08:40 +00:00
|
|
|
config.virtualisation.virtualbox.host.enable = true;
|
2012-03-01 20:10:08 +00:00
|
|
|
}
|