From 6806c70f93241de600565f34a86492056410909f Mon Sep 17 00:00:00 2001 From: zuckerberg <5-zuckerberg@users.noreply.git.neet.dev> Date: Sun, 9 May 2021 02:48:14 -0400 Subject: [PATCH] remove config conflict --- machines/storage/s0/kernel.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/machines/storage/s0/kernel.nix b/machines/storage/s0/kernel.nix index e63f6b2..93e9db1 100644 --- a/machines/storage/s0/kernel.nix +++ b/machines/storage/s0/kernel.nix @@ -662,10 +662,6 @@ in buildLinux { "IP_ROUTE_MULTIPATH" = yes; "IP_ROUTE_VERBOSE" = yes; "IP_ROUTE_CLASSID" = yes; - "IP_PNP" = yes; - "IP_PNP_DHCP" = yes; - "IP_PNP_BOOTP" = yes; - "IP_PNP_RARP" = yes; "NET_IPIP" = module; "NET_IPGRE_DEMUX" = module; "NET_IP_TUNNEL" = module;