From d1da1f149b61f3d8d5870be64299fc1c7f21d917 Mon Sep 17 00:00:00 2001 From: Asmir A Date: Fri, 10 May 2024 22:52:39 +0200 Subject: [PATCH] nixy/rtl-sdr: set rtl-sdr.enable to add plugdev group --- nixy/configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nixy/configuration.nix b/nixy/configuration.nix index 309b33a..49eb326 100644 --- a/nixy/configuration.nix +++ b/nixy/configuration.nix @@ -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 = {