delite: use static IP in initrd, DHCP not working

This commit is contained in:
teutat3s 2024-09-10 14:22:40 +02:00
parent 47b076e0a6
commit ec5e9896fd
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -9,7 +9,7 @@
boot.kernelParams = [ boot.kernelParams = [
"boot.shell_on_fail=1" "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, # This option defines the first version of NixOS you have installed on this particular machine,