Regenerated

This commit is contained in:
2026-03-23 19:31:21 +00:00
parent 64c051280d
commit 13c0dff8a5
14 changed files with 48 additions and 491 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;
};
}