nix-config/hosts/common/optimise.nix

8 lines
84 B
Nix
Raw Normal View History

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