nixy/rtl-sdr: set rtl-sdr.enable to add plugdev group
This commit is contained in:
parent
58d1ee5a4c
commit
d1da1f149b
@ -232,7 +232,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
udev = {
|
udev = {
|
||||||
packages = [pkgs.rtl-sdr pkgs.openhantek6022 pkgs.openocd];
|
packages = [pkgs.openhantek6022 pkgs.openocd];
|
||||||
extraRules = ''
|
extraRules = ''
|
||||||
#Xilinx FTDI
|
#Xilinx FTDI
|
||||||
ACTION=="add", ATTR{idVendor}=="0403", ATTR{manufacturer}=="Xilinx", MODE:="666"
|
ACTION=="add", ATTR{idVendor}=="0403", ATTR{manufacturer}=="Xilinx", MODE:="666"
|
||||||
@ -418,6 +418,7 @@
|
|||||||
driSupport32Bit = true;
|
driSupport32Bit = true;
|
||||||
extraPackages = with pkgs; [];
|
extraPackages = with pkgs; [];
|
||||||
};
|
};
|
||||||
|
rtl-sdr.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
zramSwap = {
|
zramSwap = {
|
||||||
|
Loading…
Reference in New Issue
Block a user