From ecd4e363a05d175a8df5da0244de36f0ae3699b4 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Sat, 17 Aug 2024 01:03:49 +0200 Subject: [PATCH] add other binfmt config --- systems/omoikane/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/systems/omoikane/default.nix b/systems/omoikane/default.nix index 7bb2723..ea62cf4 100644 --- a/systems/omoikane/default.nix +++ b/systems/omoikane/default.nix @@ -93,6 +93,7 @@ boot.binfmt.emulatedSystems = [ "riscv64-linux" "aarch64-linux" + "armv6l-linux" ]; boot.plymouth = { enable = true;