feat: Add myself to the 'docker' group

This commit is contained in:
Vincent Ambo 2017-10-18 00:58:03 +02:00
parent 0e84a38273
commit b2585a0bcf

View file

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