add user stefan to input group
This commit is contained in:
parent
b3e03b3cc4
commit
e4a06a40d4
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
users.users.stefan = {
|
users.users.stefan = {
|
||||||
extraGroups = [ "wheel" "dialout" "libvirtd"];
|
extraGroups = [ "wheel" "dialout" "libvirtd" "input" ];
|
||||||
home = "/home/stefan";
|
home = "/home/stefan";
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
uid = 1000;
|
uid = 1000;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue