added group for user to enable esp dev
This commit is contained in:
parent
54049a848e
commit
178d1146c4
1 changed files with 1 additions and 1 deletions
|
|
@ -135,7 +135,7 @@
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "clara";
|
description = "clara";
|
||||||
initialPassword = "123456";
|
initialPassword = "123456";
|
||||||
extraGroups = [ "networkmanager" "wheel" "scanner" "lp" "docker" "adbusers kvm" ];
|
extraGroups = [ "networkmanager" "wheel" "scanner" "lp" "docker" "adbusers" "kvm" "dialout"];
|
||||||
shell = pkgs.zsh;
|
shell = pkgs.zsh;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue