fix: add missing config.

This commit is contained in:
2025-04-28 23:39:18 +02:00
parent 444c14e0ff
commit 7646c90221

View File

@@ -12,7 +12,7 @@
wait-online.anyInterface = true; wait-online.anyInterface = true;
links = { links = {
"10-wan" = { "10-wan" = {
matchConfig.Name = cloonar-assistant.interfaces.wan; matchConfig.Name = config.cloonar-assistant.interfaces.wan;
linkConfig.Name = "wan"; linkConfig.Name = "wan";
}; };
}; };