makefu: add rad1o.nix
This commit is contained in:
parent
ff20685a15
commit
e4afee25e2
|
@ -1,12 +1,15 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
gnuradio-full
|
||||
gnuradio-osmosdr
|
||||
gnuradio
|
||||
gqrx
|
||||
];
|
||||
|
||||
users.extraUsers.${config.krebs.build.user.name}.extraGroups = [ "dialout" ];
|
||||
|
||||
services.udev.extraRules = ''
|
||||
ATTR{idVendor}=="1d50", ATTR{idProduct}=="604b", SYMLINK+="hackrf-jawbreaker-%k", MODE="0666", GROUP="dialout"
|
||||
ATTR{idVendor}=="1d50", ATTR{idProduct}=="6089", SYMLINK+="hackrf-one-%k", MODE="0666", GROUP="dialout"
|
||||
|
|
Loading…
Reference in a new issue