delite: use static IP in initrd, DHCP not working
This commit is contained in:
parent
47b076e0a6
commit
ec5e9896fd
|
@ -9,7 +9,7 @@
|
|||
|
||||
boot.kernelParams = [
|
||||
"boot.shell_on_fail=1"
|
||||
"ip=dhcp"
|
||||
"ip=5.255.119.132::5.255.119.1:255.255.255.0:delite::off"
|
||||
];
|
||||
|
||||
# This option defines the first version of NixOS you have installed on this particular machine,
|
||||
|
|
Loading…
Reference in a new issue