fix(topology): work around network propagator not knowing about mkMerge

This commit is contained in:
oddlama 2024-04-01 15:49:04 +02:00
parent 1d207e0fd2
commit beb50045b4
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
8 changed files with 26 additions and 27 deletions

View file

@ -24,6 +24,7 @@
topology.self.hardware.image = ../../odroid-h3.png;
topology.self.hardware.info = "ODROID H3, 64GB RAM";
topology.self.interfaces.lan.sharesNetworkWith = x: x == "lan-self";
topology.self.interfaces.lan-self.sharesNetworkWith = x: x == "lan";
boot.mode = "efi";
boot.initrd.availableKernelModules = ["xhci_pci" "ahci" "nvme" "usbhid" "usb_storage" "sd_mod" "sdhci_pci" "r8169"];