Add user 'erwin' to input group

This commit is contained in:
Erwin Boskma 2023-01-12 11:19:54 +01:00
parent 9049d3f85b
commit ca4b1f353e
Signed by: erwin
SSH key fingerprint: SHA256:Vw4O4qA0i5x65Y7yyjDpWDCSMSXAhqT4X7cJ3frdnLY

View file

@ -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 {