feat(nixos): add via and vial for keyboard

...configuration
This commit is contained in:
Oliver Davies 2023-08-11 00:28:17 +01:00
parent ae4c829b4e
commit b7dca115ae
2 changed files with 6 additions and 0 deletions

View file

@ -238,5 +238,9 @@ in
enableSSHSupport = true;
pinentryFlavor = "qt";
};
services.udev.extraRules = ''
KERNEL=="hidraw*", SUBSYSTEM=="hidraw", MODE="0660", TAG+="uaccess", TAG+="udev-acl", GROUP="realet"
'';
}