Add docker group
This commit is contained in:
parent
64fa4ec76c
commit
d71b9cb38d
1 changed files with 1 additions and 1 deletions
|
@ -6,6 +6,6 @@
|
|||
isNormalUser = true;
|
||||
hashedPassword = "$6$vyS4lqYbl3$OXztJnAC5ZayA4eCBSIRlYtsi9u1HnafsfNL28l4CJh0BISVlSj6D48CA80cshnvYW/EEzfEj7z4zTNFpJAT/.";
|
||||
shell = pkgs.zsh;
|
||||
extraGroups = [ "wheel" "video" "lp" "scanner" "adbusers" "render" "libvirtd" ];
|
||||
extraGroups = [ "wheel" "video" "lp" "scanner" "adbusers" "render" "libvirtd" "docker" ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue