diff --git a/manifest.toml b/manifest.toml index db31176..ddbac22 100644 --- a/manifest.toml +++ b/manifest.toml @@ -51,9 +51,10 @@ ram.runtime = "50M" packages = "sipcalc, hostapd, iw, kmod" packages_from_raw_bash = '[[ "$firmware_nonfree" -eq 0 ]] && echo "firmware-ath9k-htc" || true' - extras.nonfree.repo = "deb http://deb.debian.org/debian bullseye non-free" - extras.nonfree.key = "https://ftp-master.debian.org/keys/archive-key-11.asc" - extras.nonfree.packages_from_raw_bash = """ + [resources.apt.extras.nonfree] + repo = "deb http://deb.debian.org/debian bullseye non-free" + key = "https://ftp-master.debian.org/keys/archive-key-11.asc" + packages_from_raw_bash = """ # Proprietary USB Wireless Device firmwares, based on https://wiki.debian.org/WiFi#USB_Devices if [[ "$firmware_nonfree" -eq 1 ]]; then # if armbian-firmware is detected, we dont include ra-link which is known to conflict....