mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 14:01:34 +01:00
Enable virtualbox
This commit is contained in:
parent
90c756e7c4
commit
add28918d9
2 changed files with 3 additions and 0 deletions
|
|
@ -5,5 +5,7 @@
|
|||
config = lib.mkIf config.myConfig.virtualisation.enable {
|
||||
virtualisation.libvirtd.enable = true;
|
||||
programs.virt-manager.enable = true;
|
||||
|
||||
virtualisation.virtualbox.host.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@
|
|||
extraGroups = [
|
||||
"wheel"
|
||||
"libvirtd"
|
||||
"vboxusers"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue