# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. --- { lib, config, ... }: { nix.settings = { experimental-features = [ "nix-command" "flakes" ]; download-buffer-size = 536870912; # 512 MB cores = 2; max-jobs = 1; }; }