diff --git a/modules/nix/default.nix b/modules/nix/default.nix index e8b8002..ef1e381 100644 --- a/modules/nix/default.nix +++ b/modules/nix/default.nix @@ -5,10 +5,16 @@ automatic = true; dates = "weekly"; options = "--delete-older-than 20d"; + # Catch up on missed runs due to being powered off + persistent = true; + }; + settings = { + # Deduplicate identical files in the store regularly + optimise.automatic = true; + experimental-features = [ + "nix-command" + "flakes" + ]; }; - settings.experimental-features = [ - "nix-command" - "flakes" - ]; }; }