milhouse: Add k40 module

This commit is contained in:
fleaz 2022-09-13 10:45:10 +02:00
parent 1881a54fc0
commit 90a55e87f5
No known key found for this signature in database
GPG key ID: AED15F8FDD04D083
2 changed files with 9 additions and 0 deletions

8
modules/k40.nix Normal file
View file

@ -0,0 +1,8 @@
{
programs.k40-whisperer = {
enable = true;
};
# Allow access to device via udev rule
users.uers.fleaz.extraGroups = ["k40"];
}