1
0
Fork 0

hosts/zinc: enable 5g modem via usb

This commit is contained in:
clerie 2023-09-22 20:55:43 +02:00
parent 3fb56cd9f3
commit ac40659050
1 changed files with 4 additions and 1 deletions

View File

@ -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 = {