Files
nixos/Droidnix/generated/modules/traveldroid/system/nix.nix
T
2026-04-22 12:23:49 +02:00

12 lines
313 B
Nix

# --- 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;
};
}