steveej-laptop: add user to vboxusers group
This commit is contained in:
parent
baccf4b0ce
commit
4b068f35cf
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
uid = 1000;
|
||||
isNormalUser = true;
|
||||
home = "/home/steveej";
|
||||
extraGroups = [ "wheel" "libvirtd" "networkmanager" ];
|
||||
extraGroups = [ "wheel" "libvirtd" "networkmanager" "vboxusers" ];
|
||||
hashedPassword = "removed";
|
||||
};
|
||||
users.extraUsers.steveej2 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue