system.initrd: remove ip=dhcp kernel parameter

This commit is contained in:
2024-08-31 00:16:01 +08:00
parent b48355b192
commit c51cdb4fba

View File

@@ -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" ];
};
}
)