fixed _nomad completes, update to latest, added 'rebuild test' to jsutfiles

This commit is contained in:
2024-01-26 21:06:12 +00:00
parent 409f8a758f
commit dbd492bd10
4 changed files with 40 additions and 84 deletions

View File

@@ -94,7 +94,7 @@
nix.gc = {
automatic = true; # Enable the automatic garbage collector
dates = "03:15"; # When to run the garbage collector
options = "-d"; # Arguments to pass to nix-collect-garbage
options = "--delete-older-than 10"; # Arguments to pass to nix-collect-garbage
};
};
}