feat: enable uinput
This commit is contained in:
parent
9f33c4cbd2
commit
d5798f7892
1 changed files with 6 additions and 1 deletions
|
@ -86,6 +86,7 @@ in {
|
|||
"docker"
|
||||
"networkmanager"
|
||||
"sway"
|
||||
"uinput"
|
||||
"wheel"
|
||||
];
|
||||
hashedPassword = password;
|
||||
|
@ -93,9 +94,13 @@ in {
|
|||
|
||||
users.users.root.hashedPassword = password;
|
||||
|
||||
hardware.bluetooth.enable = true;
|
||||
systemd.coredump.enable = true;
|
||||
|
||||
hardware = {
|
||||
bluetooth.enable = true;
|
||||
uinput.enable = true;
|
||||
};
|
||||
|
||||
virtualisation = {
|
||||
docker.enable = true;
|
||||
libvirtd.enable = true;
|
||||
|
|
Loading…
Reference in a new issue