feat(desktop): add user to uinput.

This commit is contained in:
CronyAkatsuki 2025-10-12 13:35:57 +02:00
parent d33e03deb4
commit 4da9b1e1d4

View file

@ -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}";