hosts/zinc: enable 5g modem via usb
This commit is contained in:
parent
3fb56cd9f3
commit
ac40659050
@ -28,7 +28,10 @@
|
||||
"/var/src/secrets/initrd/ssh_host_ed25519_key"
|
||||
];
|
||||
};
|
||||
boot.initrd.kernelModules = [ "igc" ];
|
||||
boot.initrd.kernelModules = [
|
||||
"igc" # integrated rj45 network interface
|
||||
"cdc_ether" # 5G modem via usb
|
||||
];
|
||||
boot.kernelParams = [ "ip=dhcp" ];
|
||||
|
||||
boot.initrd.network.wireguard = {
|
||||
|
Loading…
Reference in New Issue
Block a user