nix: Don't use auto-optimise-store
This commit is contained in:
parent
a6a0ad760d
commit
40db1da31c
3 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
{
|
||||
nix.gc.dates = if config.chvp.base.nix.slowGc then "daily" else "hourly";
|
||||
nix.optimise.dates = [ "hourly" ];
|
||||
programs.command-not-found.enable = false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue