kilgharrah/networking: switch on systemd-networkd debugging

hoping this will help diagnose an issue
This commit is contained in:
Katherina Walshe-Grey 2024-10-06 19:07:20 +01:00
parent cdcdccb465
commit bb2b59cd20

View file

@ -12,4 +12,6 @@
};
linkConfig.RequiredForOnline = "routable";
};
systemd.services."systemd-networkd".environment.SYSTEMD_LOG_LEVEL = "debug";
}