mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 02:09:26 +08:00
system.initrd: remove ip=dhcp kernel parameter
This commit is contained in:
@@ -33,8 +33,6 @@ inputs:
|
|||||||
# resolved does not work in initrd, causing network.target to fail
|
# resolved does not work in initrd, causing network.target to fail
|
||||||
services.resolved.enable = false;
|
services.resolved.enable = false;
|
||||||
};
|
};
|
||||||
# ip=dhcp only attain ipv4
|
|
||||||
kernelParams = [ "ip=on" ];
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user