You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Config files:**`/etc/netplan/*.yaml` (not `.yml`!; [documentation](https://netplan.readthedocs.io/en/stable/netplan-yaml/#)) - `/usr/lib/netplan/*.yaml` on Raspberry Pi OS
@@ -336,6 +336,11 @@ netplan is Ubuntu's solution to have a unified configuration language for both s
336
336
> [!WARNING]
337
337
> To use **Wi-Fi with systemd**, you need to have the `wpasupplicant` packaged installed. netplan doesn't support `iwd` with systemd.
338
338
339
+
> [!WARNING]
340
+
> Raspberry Pi OS [adopted netplan with version 13](https://www.raspberrypi.com/news/cloud-init-on-raspberry-pi-os/). However, the devs decided to enable a sync between NetworkManager and netplan - which means **the `/etc/netplan` directory is wiped** every time netplan runs.
341
+
>
342
+
> If you don't want netplan to rewrite your config, you need to put it in `/usr/lib/netplan` instead.
343
+
339
344
### Renderers
340
345
341
346
netplan has two renderers: systemd and NetworkManager.
0 commit comments