refector
This commit is contained in:
parent
42f15beccf
commit
ed42006971
21 changed files with 271 additions and 366 deletions
|
|
@ -11,7 +11,16 @@
|
|||
"nix-command"
|
||||
"flakes"
|
||||
];
|
||||
auto-optimise-store = true;
|
||||
# Optimising on every store write causes heavy random I/O during builds.
|
||||
# Run the optimisation separately during the scheduled maintenance window.
|
||||
auto-optimise-store = false;
|
||||
# Keep system builds responsive on machines with many CPU cores.
|
||||
max-jobs = 4;
|
||||
};
|
||||
|
||||
nix.optimise = {
|
||||
automatic = true;
|
||||
dates = [ "03:45" ];
|
||||
};
|
||||
|
||||
nix.settings.trusted-users = [
|
||||
|
|
|
|||
Loading…
Reference in a new issue