feat(desktop): add user to uinput.
This commit is contained in:
parent
d33e03deb4
commit
4da9b1e1d4
1 changed files with 1 additions and 1 deletions
|
|
@ -166,7 +166,7 @@
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "Crony";
|
description = "Crony";
|
||||||
hashedPasswordFile = "${config.age.secrets.crony-passwd.path}";
|
hashedPasswordFile = "${config.age.secrets.crony-passwd.path}";
|
||||||
extraGroups = ["networkmanager" "wheel" "video" "input" "audio" "gamemode" "seat" "realtime"];
|
extraGroups = ["networkmanager" "wheel" "video" "input" "audio" "gamemode" "seat" "realtime" "uinput"];
|
||||||
};
|
};
|
||||||
|
|
||||||
users.users.root.hashedPasswordFile = "${config.age.secrets.root-passwd.path}";
|
users.users.root.hashedPasswordFile = "${config.age.secrets.root-passwd.path}";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue