From 741ab5c7ec0b25c4f23a5019d36a87e7806b15e5 Mon Sep 17 00:00:00 2001 From: mjallen18 Date: Fri, 9 Jan 2026 09:03:03 -0600 Subject: [PATCH] config --- systems/aarch64-linux/pi5/boot.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/aarch64-linux/pi5/boot.nix b/systems/aarch64-linux/pi5/boot.nix index 76986d1..515c4c0 100755 --- a/systems/aarch64-linux/pi5/boot.nix +++ b/systems/aarch64-linux/pi5/boot.nix @@ -23,7 +23,7 @@ CONFIG_ARM64_64K_PAGES = lib.mkForce no; CONFIG_ARM64_16K_PAGES = lib.mkForce yes; CONFIG_OF_CONFIGFS = yes; - CONFIG_OF_CONFIGFS = yes; + CONFIG_CONFIGFS_FS = yes; CONFIG_OF_OVERLAY = yes; }; ignoreConfigErrors = true;