Buildmachines works, maybe ?

This commit is contained in:
Bun 2025-06-09 21:49:41 -04:00
parent 9191593dc7
commit 2f76f3be7e
9 changed files with 78 additions and 35 deletions

View file

@ -0,0 +1,13 @@
{ ... }:
{
nix = let
common = {
automatic = true;
persistent = true;
};
in {
gc = common;
optimise = common;
settings.auto-optimise-store = true;
};
}