Add user erwin to dialout group
This commit is contained in:
parent
8997f12c45
commit
eaccf339b7
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ in
|
|||
users.users.erwin = {
|
||||
isNormalUser = true;
|
||||
home = "/home/erwin";
|
||||
extraGroups = [ "wheel" "adm" "audio" "video" ];
|
||||
extraGroups = [ "wheel" "adm" "audio" "video" "dialout" ];
|
||||
shell = pkgs.fish;
|
||||
openssh.authorizedKeys.keyFiles = [
|
||||
(pkgs.fetchurl {
|
||||
|
|
Loading…
Reference in a new issue