nixy/rtl-sdr: set rtl-sdr.enable to add plugdev group

This commit is contained in:
2024-05-10 22:52:39 +02:00
parent 58d1ee5a4c
commit d1da1f149b

View File

@@ -232,7 +232,7 @@
};
udev = {
packages = [pkgs.rtl-sdr pkgs.openhantek6022 pkgs.openocd];
packages = [pkgs.openhantek6022 pkgs.openocd];
extraRules = ''
#Xilinx FTDI
ACTION=="add", ATTR{idVendor}=="0403", ATTR{manufacturer}=="Xilinx", MODE:="666"
@@ -418,6 +418,7 @@
driSupport32Bit = true;
extraPackages = with pkgs; [];
};
rtl-sdr.enable = true;
};
zramSwap = {