From 6a727b61d5c32c025b39af1a978d969a8cb3d32e Mon Sep 17 00:00:00 2001 From: NullBite Date: Thu, 15 Feb 2024 16:26:41 +0100 Subject: [PATCH] fix option --- system/profile/base.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/profile/base.nix b/system/profile/base.nix index 340c299..8bf5c48 100644 --- a/system/profile/base.nix +++ b/system/profile/base.nix @@ -17,7 +17,7 @@ in # Enable system Nix configuration nix.enable = lib.mkDefault true; }; - nixfiles.binfmt.enable = true; + nixfiles.binfmt.enable = lib.mkDefault true; # locale settings i18n = {