2025-03-12 13:27:36 +01:00

12 lines
134 B
Nix

{ config, pkgs, ... }:
{
hardware = {
rtl-sdr = {
enable = true;
};
hackrf = {
enable = true;
};
};
}