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