.dotfiles/profiles/nixos/common/store.nix
2025-01-01 15:59:58 +01:00

7 lines
79 B
Nix

_:
{
nix.optimise = {
automatic = true;
dates = [ "weekly" ];
};
}