diff --git a/modules/system/initrd.nix b/modules/system/initrd.nix index 317f35e4..5203775c 100644 --- a/modules/system/initrd.nix +++ b/modules/system/initrd.nix @@ -33,8 +33,6 @@ inputs: # resolved does not work in initrd, causing network.target to fail services.resolved.enable = false; }; - # ip=dhcp only attain ipv4 - kernelParams = [ "ip=on" ]; }; } )