freifunk: fix network config

This commit is contained in:
Astro 2022-06-13 20:53:18 +02:00
parent af52701aea
commit 2b833799f2
1 changed files with 6 additions and 0 deletions

View File

@ -173,6 +173,12 @@ in {
matchConfig = { MACAddress = mac.bmx; };
linkConfig.Name = meshInterface;
};
# Wired core interface
"10-core" = {
enable = true;
matchConfig = { MACAddress = mac.core; };
linkConfig.Name = "core";
};
};
networks = {
# Wired mesh interface