nix-config/hosts/common/optimise.nix

7 lines
89 B
Nix
Raw Normal View History

2024-07-06 23:24:55 +02:00
{ pkgs, ... }:
{
nix.optimise = {
automatic = true;
dates = [ "05:00" ];
};
}