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