diff --git a/nix/modules/machine/platform.nix b/nix/modules/machine/platform.nix index a1c5b05..e60d4bf 100644 --- a/nix/modules/machine/platform.nix +++ b/nix/modules/machine/platform.nix @@ -14,7 +14,7 @@ flake.modules.darwin.default.nixpkgs = { hostPlatform = "x86_64-darwin"; - config.allowUnsupportedSystem = true; + # config.allowUnsupportedSystem = true; }; }