feat: Add myself to the 'docker' group
This commit is contained in:
parent
0e84a38273
commit
b2585a0bcf
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue