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

@ -79,6 +79,4 @@
];
topology.self.icon = "devices.desktop";
#topology.self.interfaces.lan1.connections = [{ id = "dumbswitch"; interface = "lan1"; }];
#topology.nodes.dumbswitch = lib.topology.mkSwitch "Dummer Switch";
}