remove native sdr support in favor of containers

This commit is contained in:
Tyler Starr 2025-02-23 17:29:04 -08:00
parent 969b257c8d
commit c73af326ba

View File

@ -9,11 +9,6 @@ in {
freecad # Open-source parametric 3D CAD modeler
openscad # Open-source script-only based modeller
prusa-slicer # Slicing software optimized for Prusa 3D printers, offering user-friendly interface and settings
sdrangel
rtl-sdr
readsb
];
hardware.rtl-sdr.enable = true;
users.users.${user}.extraGroups = [ "plugdev" ];
};
}