feat(ymir): enable weekly nix-store optimisation.
This commit is contained in:
parent
1d6a13f479
commit
8ff29ec659
1 changed files with 6 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue