Enable rtl-sdr on picard

This commit is contained in:
Andrea Ciceri 2025-01-21 20:01:14 +01:00
parent f6fd747fb3
commit ee15e3823e
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg

View file

@ -168,6 +168,8 @@
algorithm = "zstd"; algorithm = "zstd";
}; };
hardware.rtl-sdr.enable = true;
# TODO move away from here (how can the interface name be retrieved programmatically?) # TODO move away from here (how can the interface name be retrieved programmatically?)
networking.interfaces.enp11s0.wakeOnLan = { networking.interfaces.enp11s0.wakeOnLan = {
enable = true; enable = true;