Skip to content

Commit 1d655a1

Browse files
5080: switch to vhotplug network
Signed-off-by: Brian McGillion <bmg.avoin@gmail.com>
1 parent 11367d6 commit 1d655a1

File tree

1 file changed

+4
-15
lines changed

1 file changed

+4
-15
lines changed

modules/reference/hardware/tower-5080/tower-5080.nix

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -43,24 +43,13 @@
4343

4444
# Network devices for passthrough to netvm
4545
network = {
46+
# Network devices for passthrough to netvm detected dynamically in vhotplug
47+
# This is left here because google-chromecast service depends on the static network interface name
48+
# TODO: refactor google-chromecast service to avoid using staticly defined network interface name
4649
pciDevices = [
4750
{
48-
# Network controller: Intel Corporation Raptor Lake-S PCH CNVi WiFi (rev 11)
4951
name = "wlp0s5f0";
50-
path = "0000:00:14.3";
51-
vendorId = "8086";
52-
productId = "7a70";
53-
# Detected kernel driver: iwlwifi
54-
# Detected kernel modules: iwlwifi
55-
}
56-
{
57-
# Ethernet controller: Intel Corporation Ethernet Controller I226-V (rev 04)
58-
name = "eth0";
59-
path = "0000:04:00.0";
60-
vendorId = "8086";
61-
productId = "125c";
62-
# Detected kernel driver: igc
63-
# Detected kernel modules: igc
52+
path = "";
6453
}
6554
];
6655
kernelConfig = {

0 commit comments

Comments
 (0)