File tree Expand file tree Collapse file tree 1 file changed +4
-15
lines changed
modules/reference/hardware/tower-5080 Expand file tree Collapse file tree 1 file changed +4
-15
lines changed Original file line number Diff line number Diff line change 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 = {
You can’t perform that action at this time.
0 commit comments