14 lines
113 B
Nix
14 lines
113 B
Nix
{
|
|
config,
|
|
pkgs,
|
|
lib,
|
|
...
|
|
}:
|
|
|
|
{
|
|
|
|
hardware.rtl-sdr.enable = true;
|
|
services.openwebrx.enable = true;
|
|
|
|
}
|