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 = {
|
users.users.erwin = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
home = "/home/erwin";
|
home = "/home/erwin";
|
||||||
extraGroups = [ "wheel" "adm" "audio" "video" ];
|
extraGroups = [ "wheel" "adm" "audio" "video" "dialout" ];
|
||||||
shell = pkgs.fish;
|
shell = pkgs.fish;
|
||||||
openssh.authorizedKeys.keyFiles = [
|
openssh.authorizedKeys.keyFiles = [
|
||||||
(pkgs.fetchurl {
|
(pkgs.fetchurl {
|
||||||
|
|
Loading…
Reference in a new issue