dustbowl: add rtl-sdr configuration
This commit is contained in:
parent
f101b6d960
commit
ee32c489cd
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue