all repos — nixfiles @ 3a292a23130db25932a6ceec755e1bb19487e5d3

System and user configuration, managed by nix and home-manager

Update to nix-darwin unstable on mba

Alan Pearce
commit

3a292a23130db25932a6ceec755e1bb19487e5d3

parent

574a3b9cf74275c99abfb59f676ea17f65df0404

1 file changed, 4 insertions(+), 7 deletions(-)

changed files
M system/settings/darwin.nixsystem/settings/darwin.nix
@@ -6,20 +6,17 @@ enable = true;
enableSocketListener = true; }; nix = { - buildCores = lib.mkDefault 0; - daemonIONice = true; - daemonNiceLevel = 10; + settings.cores = lib.mkDefault 0; + daemonIOLowPriority = true; gc = { automatic = true; user = "alan"; options = "--max-freed $((25 * 1024**3 - 1024 * $(df -P -k /nix/store | tail -n 1 | awk '{ print $4 }')))"; }; - extraOptions = '' - system = x86_64-darwin - extra-platforms = x64_64-darwin aarch64-darwin - ''; + settings.extra-platforms = "x86_64-darwin aarch64-darwin"; }; + nixpkgs.system = "x86_64-darwin"; nixpkgs.config = { allowUnfree = true; };