From 6a7115c3d09bf8c5d55a3da64f7c2d27466c82ce Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Thu, 20 Jul 2023 13:30:17 -0600 Subject: [PATCH] europa: enable rtl-sdr --- hosts/europa/default.nix | 1 + hosts/europa/hardware-configuration.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/hosts/europa/default.nix b/hosts/europa/default.nix index 14abdda..2111b09 100644 --- a/hosts/europa/default.nix +++ b/hosts/europa/default.nix @@ -260,6 +260,7 @@ in { users.users.qbit.extraGroups = [ "dialout" "libvirtd" + "plugdev" #"docker" ]; diff --git a/hosts/europa/hardware-configuration.nix b/hosts/europa/hardware-configuration.nix index c9d549c..b388dce 100644 --- a/hosts/europa/hardware-configuration.nix +++ b/hosts/europa/hardware-configuration.nix @@ -39,5 +39,6 @@ cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; bluetooth.enable = true; + rtl-sdr.enable = true; }; }