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
];
virtualisation.virtualbox.guest.enable = true;
virtualisation.virtualbox.host.enable = true;
}

View File

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