dustbowl: add rtl-sdr configuration

This commit is contained in:
joachimschmidt557 2023-07-06 15:00:25 +02:00
parent f101b6d960
commit ee32c489cd
No known key found for this signature in database
GPG key ID: E0B575BE2884ACC5

View file

@ -285,6 +285,8 @@
extraBackends = [ pkgs.hplipWithPlugin ]; extraBackends = [ pkgs.hplipWithPlugin ];
}; };
hardware.rtl-sdr.enable = true;
systemd.user.services.wlsunset = { systemd.user.services.wlsunset = {
description = "wlsunset colour temperature adjuster"; description = "wlsunset colour temperature adjuster";
wantedBy = [ "graphical-session.target" ]; wantedBy = [ "graphical-session.target" ];
@ -424,7 +426,7 @@
isNormalUser = true; isNormalUser = true;
home = "/home/joachim"; home = "/home/joachim";
shell = pkgs.fish; shell = pkgs.fish;
extraGroups = [ "wheel" "scanner" "libvirtd" "wireshark" "vboxusers" "tss" ]; extraGroups = [ "wheel" "scanner" "libvirtd" "wireshark" "vboxusers" "tss" "plugdev" ];
}; };
# Yubikey PAM # Yubikey PAM