milhouse: Add k40 module
This commit is contained in:
parent
1881a54fc0
commit
90a55e87f5
2 changed files with 9 additions and 0 deletions
8
modules/k40.nix
Normal file
8
modules/k40.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
programs.k40-whisperer = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
# Allow access to device via udev rule
|
||||
users.uers.fleaz.extraGroups = ["k40"];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue