https://blog.nspawn.org/Nspawn Org's BlogNspawn Org is a blog about systemd-nspawn containers, mkosi, Linux, and similar topics. 2025-08-20T14:18:06-05:00 Nspawn Org https://blog.nspawn.org/ Jekyll © 2025 Nspawn Org /assets/img/favicons/favicon.ico /assets/img/favicons/favicon-96x96.png Wireless adapters on systemd-nspawn containers2024-01-15T11:47:00-05:00 2024-04-15T13:53:24-05:00 https://blog.nspawn.org/posts/wireless-adapters-on-systemd-nspawn-containers/ edu4rdshl Update 2 15/04/2024: the feature is already available on the latest systemd versions. You can use the Interface= option on the .nspawn configuration file to bind the wireless adapter to the container. I.e.: $ cat /etc/systemd/nspawn/container.nspawn [Exec] Boot=true PrivateUsers=true [Network] Interface=wlan0 and it should just work. Update 1 25/01/2024: it’s going to change with this pull ...