europa: enable rtl-sdr

This commit is contained in:
Aaron Bieber 2023-07-20 13:30:17 -06:00
parent 202bd67bc3
commit 6a7115c3d0
No known key found for this signature in database
2 changed files with 2 additions and 0 deletions

View File

@ -260,6 +260,7 @@ in {
users.users.qbit.extraGroups = [
"dialout"
"libvirtd"
"plugdev"
#"docker"
];

View File

@ -39,5 +39,6 @@
cpu.intel.updateMicrocode =
lib.mkDefault config.hardware.enableRedistributableFirmware;
bluetooth.enable = true;
rtl-sdr.enable = true;
};
}