1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-10 14:50:40 +02:00

feat: add udev rules for probe-rs

This commit is contained in:
oddlama 2024-11-30 15:39:44 +01:00
parent db30ac20c1
commit 5d78bf6578
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
4 changed files with 155 additions and 1 deletions

View file

@ -20,6 +20,7 @@ lib.optionalAttrs (!minimal) {
"wheel"
"input"
"video"
"plugdev"
];
isNormalUser = true;
autoSubUidGidRange = false;