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 = {