nix-config/user-config.nix
Grigory Shipunov 280dc15420
refactor gnuradio and telegram-decoder options (#9)
Create user-stop-box for dell wyse, first steps to rpi4 image.

Refactor parameters passed to gnuradio and telegram-decoder into proper
options, make configs stateful (so users can edit them). Rearrage files
a bit.
2022-06-09 20:11:05 +02:00

13 lines
202 B
Nix

{
services.dump-dvb.gnuradio = {
enable = true;
# frequency = 105200000;
# offset = 1100;
# device = "";
};
services.dump-dvb.telegram-decoder = {
enable = true;
};
}