fix: initrd kernel param
Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
parent
2e3fc206f4
commit
e72b9a144a
1 changed files with 1 additions and 3 deletions
|
|
@ -40,9 +40,7 @@
|
||||||
|
|
||||||
systemd.network.networks."10-uplink".networkConfig.Address = config.networking.hyp-01.ipv6.address;
|
systemd.network.networks."10-uplink".networkConfig.Address = config.networking.hyp-01.ipv6.address;
|
||||||
|
|
||||||
boot.initrd.systemd.network.enable = true;
|
boot.kernelParams = [ "ip=dhcp" ];
|
||||||
boot.initrd.systemd.network.networks."10-uplink" = config.systemd.network.networks."10-uplink";
|
|
||||||
|
|
||||||
boot.initrd.network = {
|
boot.initrd.network = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue