steveej-laptop: add user to vboxusers group

This commit is contained in:
steveej 2016-03-27 21:44:07 +02:00
parent baccf4b0ce
commit 4b068f35cf

View file

@ -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 = {