From e05ac65e53bdbf5c335849876e40fa0586ba6de9 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Fri, 19 May 2023 20:35:35 +0200 Subject: [PATCH] re-enable emulated systems --- systems/kami/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/kami/default.nix b/systems/kami/default.nix index aa4c69d..393b0ab 100644 --- a/systems/kami/default.nix +++ b/systems/kami/default.nix @@ -11,7 +11,7 @@ boot.supportedFilesystems = [ "ntfs" "btrfs" "zfs" ]; - #boot.binfmt.emulatedSystems = [ "aarch64-linux" ]; + boot.binfmt.emulatedSystems = [ "aarch64-linux" ]; boot.kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;