fix: initrd kernel param

Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
Lander Van den Bulcke 2025-11-04 11:53:25 +01:00
parent 2e3fc206f4
commit e72b9a144a
Signed by: lander
GPG key ID: 0142722B4B0C536F

View file

@ -40,9 +40,7 @@
systemd.network.networks."10-uplink".networkConfig.Address = config.networking.hyp-01.ipv6.address;
boot.initrd.systemd.network.enable = true;
boot.initrd.systemd.network.networks."10-uplink" = config.systemd.network.networks."10-uplink";
boot.kernelParams = [ "ip=dhcp" ];
boot.initrd.network = {
enable = true;