ma hw/irtoy: init
This commit is contained in:
parent
fbac179168
commit
e662842c92
15
2configs/hw/irtoy.nix
Normal file
15
2configs/hw/irtoy.nix
Normal file
|
@ -0,0 +1,15 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
|
||||
users.users.makefu.packages = with pkgs; [
|
||||
lirc
|
||||
];
|
||||
|
||||
users.extraUsers.${config.krebs.build.user.name}.extraGroups = [ "dialout" ];
|
||||
|
||||
services.udev.extraRules = ''
|
||||
SUBSYSTEMS=="usb", ATTRS{idProduct}=="fd08", ATTRS{idVendor}=="04d8", SYMLINK+="irtoy", MODE="0666", GROUP="dialout"
|
||||
'';
|
||||
}
|
||||
|
Loading…
Reference in a new issue