add user stefan to input group

This commit is contained in:
foosinn 2021-10-27 19:29:14 +02:00
parent b3e03b3cc4
commit e4a06a40d4

View file

@ -120,7 +120,7 @@ in {
};
users.users.stefan = {
extraGroups = [ "wheel" "dialout" "libvirtd"];
extraGroups = [ "wheel" "dialout" "libvirtd" "input" ];
home = "/home/stefan";
isNormalUser = true;
uid = 1000;