mirror of
https://git.lgmrszd.xyz/Lgmrszd/nix-cfg.git
synced 2025-12-14 07:38:19 +01:00
Hopefully make virtualbox module locked
This commit is contained in:
parent
dc7db9666b
commit
cfa56f9ddf
2 changed files with 13 additions and 2 deletions
|
|
@ -165,7 +165,7 @@ in
|
|||
virtualisation.docker.enable = true;
|
||||
virtualisation.waydroid.enable = true;
|
||||
virtualisation.virtualbox.host.enable = true;
|
||||
virtualisation.virtualbox.host.package = pkgs.locked.virtualbox;
|
||||
virtualisation.virtualbox.host.package = pkgs.virtualbox;
|
||||
virtualisation.virtualbox.host.enableExtensionPack = true;
|
||||
users.extraGroups.vboxusers.members = [ "lgm" ];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue