feat(adho): Enable virtualbox & LXC

This commit is contained in:
Vincent Ambo 2018-12-26 01:00:34 +01:00
parent 54d56a39a6
commit a06aae7236
2 changed files with 8 additions and 1 deletions

View file

@ -83,7 +83,7 @@
# Configure user account
users.defaultUserShell = pkgs.fish;
users.extraUsers.vincent = {
extraGroups = [ "wheel" "docker" ];
extraGroups = [ "wheel" "docker" "vboxusers" "lxd" ];
isNormalUser = true;
uid = 1000;
shell = pkgs.fish;