Disable VBox extension pack and remove locked input

This commit is contained in:
Lgmrszd 2024-05-11 01:22:17 +03:00
parent 3b6dd1f5f8
commit 985f36d555
No known key found for this signature in database
GPG key ID: 9396B8BA6FBB14DE
2 changed files with 0 additions and 22 deletions

View file

@ -166,7 +166,6 @@ in
virtualisation.waydroid.enable = true;
virtualisation.virtualbox.host.enable = true;
virtualisation.virtualbox.host.package = pkgs.virtualbox;
virtualisation.virtualbox.host.enableExtensionPack = true;
users.extraGroups.vboxusers.members = [ "lgm" ];
networking.hostName = "lgm-nixos"; # Define your hostname.