test virtualbox

This commit is contained in:
willifan 2024-05-25 16:43:50 +02:00
parent 0837764045
commit 4968e71387
2 changed files with 4 additions and 1 deletions

View file

@ -25,4 +25,7 @@
virtualbox virtualbox
]; ];
virtualisation.virtualbox.guest.enable = true;
virtualisation.virtualbox.host.enable = true;
} }

View file

@ -3,7 +3,7 @@
users.users.willifan = { users.users.willifan = {
isNormalUser = true; isNormalUser = true;
description = "willifan"; description = "willifan";
extraGroups = [ "networkmanager" "wheel" ]; extraGroups = [ "networkmanager" "wheel" "vboxusers" ];
packages = with pkgs; []; packages = with pkgs; [];
}; };