forked from mirrors_public/oddlama_nix-config
fix(topology): work around network propagator not knowing about mkMerge
This commit is contained in:
parent
1d207e0fd2
commit
beb50045b4
8 changed files with 26 additions and 27 deletions
|
@ -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";
|
||||
}
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
|
||||
topology.self.hardware.info = "AMD Ryzen Threadripper 1950X, 96GB 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" "e1000e" "alx"];
|
||||
|
|
|
@ -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"];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue