From ee32c489cd8c3da35d3de6f84992b67f0fcbe17d Mon Sep 17 00:00:00 2001 From: joachimschmidt557 Date: Thu, 6 Jul 2023 15:00:25 +0200 Subject: [PATCH] dustbowl: add rtl-sdr configuration --- nixos/dustbowl.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/nixos/dustbowl.nix b/nixos/dustbowl.nix index 6266dd9..22c9fe9 100644 --- a/nixos/dustbowl.nix +++ b/nixos/dustbowl.nix @@ -285,6 +285,8 @@ extraBackends = [ pkgs.hplipWithPlugin ]; }; + hardware.rtl-sdr.enable = true; + systemd.user.services.wlsunset = { description = "wlsunset colour temperature adjuster"; wantedBy = [ "graphical-session.target" ]; @@ -424,7 +426,7 @@ isNormalUser = true; home = "/home/joachim"; shell = pkgs.fish; - extraGroups = [ "wheel" "scanner" "libvirtd" "wireshark" "vboxusers" "tss" ]; + extraGroups = [ "wheel" "scanner" "libvirtd" "wireshark" "vboxusers" "tss" "plugdev" ]; }; # Yubikey PAM