home/user-nixconf: update and remove cppnix option

This commit is contained in:
Primrose 2026-01-05 08:26:35 +01:00
parent fd27e13ef2
commit 717397d6fd
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -26,10 +26,10 @@
"flakes"
];
allow-import-from-derivation = true;
keep-outputs = false; # Build time derivations and sources
http-connections = 50; # default: 25
max-substitution-jobs = 32; # default: 16
keep-build-log = true;
keep-going = true; # Continue even when some fails
keep-outputs = true; # Build time derivations and sources
warn-dirty = false;
};
};
}