Regenerated

This commit is contained in:
2026-03-24 19:08:41 +00:00
parent d3aa2c6089
commit 91b6bba4e6
23 changed files with 16 additions and 829 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;
};
}