Regenerated

This commit is contained in:
2026-03-23 20:05:21 +00:00
parent d0c9737f0f
commit 2f6dd4a239
15 changed files with 5 additions and 553 deletions
@@ -1,10 +0,0 @@
{ lib, config, ... }:
{
nix.settings = {
experimental-features = [ "nix-command" "flakes" ];
download-buffer-size = 536870912; # 512 MB
cores = 2;
max-jobs = 1;
};
}