test virtualbox
This commit is contained in:
parent
0837764045
commit
4968e71387
2 changed files with 4 additions and 1 deletions
|
@ -25,4 +25,7 @@
|
|||
virtualbox
|
||||
|
||||
];
|
||||
|
||||
virtualisation.virtualbox.guest.enable = true;
|
||||
virtualisation.virtualbox.host.enable = true;
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
users.users.willifan = {
|
||||
isNormalUser = true;
|
||||
description = "willifan";
|
||||
extraGroups = [ "networkmanager" "wheel" ];
|
||||
extraGroups = [ "networkmanager" "wheel" "vboxusers" ];
|
||||
packages = with pkgs; [];
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue