feat: virtualbox
This commit is contained in:
parent
2d354922a7
commit
3c8a4f2380
2 changed files with 9 additions and 5 deletions
|
|
@ -23,7 +23,7 @@ in {
|
|||
users.users.${cfg.username} = {
|
||||
isNormalUser = true;
|
||||
initialPassword = "12345";
|
||||
extraGroups = ["docker" "input" "networkmanager" "wheel"];
|
||||
extraGroups = ["docker" "input" "networkmanager" "wheel" "vboxusers"];
|
||||
description = "Stefan";
|
||||
shell = pkgs.zsh;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue