feat(ymir): enable weekly nix-store optimisation.

This commit is contained in:
CronyAkatsuki 2025-05-19 12:02:36 +02:00
parent 1d6a13f479
commit 8ff29ec659

View file

@ -119,6 +119,12 @@
# Allow unfree packages # Allow unfree packages
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
# Optimise storage
nix.optimise = {
automatic = true;
dates = ["weekly"];
};
# Enable my flake specific settings # Enable my flake specific settings
crony.nvidia.enable = true; crony.nvidia.enable = true;
crony.gaming.enable = true; crony.gaming.enable = true;