mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
virtualisation.virtualbox.host: migrate from mkOption to mkEnableOption
This commit is contained in:
parent
92e559212a
commit
d3527d947f
@ -17,9 +17,7 @@ in
|
||||
|
||||
{
|
||||
options.virtualisation.virtualbox.host = {
|
||||
enable = mkOption {
|
||||
type = types.bool;
|
||||
default = false;
|
||||
enable = mkEnableOption "VirtualBox" // {
|
||||
description = ''
|
||||
Whether to enable VirtualBox.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user