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;
|
uid = 1000;
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
home = "/home/steveej";
|
home = "/home/steveej";
|
||||||
extraGroups = [ "wheel" "libvirtd" "networkmanager" ];
|
extraGroups = [ "wheel" "libvirtd" "networkmanager" "vboxusers" ];
|
||||||
hashedPassword = "removed";
|
hashedPassword = "removed";
|
||||||
};
|
};
|
||||||
users.extraUsers.steveej2 = {
|
users.extraUsers.steveej2 = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue