From ec5e9896fd15b3853d6f46fd46d3f17633f4d42f Mon Sep 17 00:00:00 2001 From: teutat3s Date: Tue, 10 Sep 2024 14:22:40 +0200 Subject: [PATCH] delite: use static IP in initrd, DHCP not working --- hosts/delite/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/delite/configuration.nix b/hosts/delite/configuration.nix index 3ba7d50..e84e8c7 100644 --- a/hosts/delite/configuration.nix +++ b/hosts/delite/configuration.nix @@ -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,