fix: remove store clean from nixos common

This commit is contained in:
Nico 2025-05-03 16:16:03 +10:00
parent 0f44eaed21
commit 2dd3ade483

View file

@ -31,13 +31,6 @@
# Enable sysrq
boot.kernel.sysctl."kernel.sysrq" = 1;
# Auto store clean
nix.gc = {
automatic = true;
dates = "weekly";
options = "--delete-older-than 7d";
};
# This option defines the first version of NixOS you have installed on this particular machine, and is used
# to maintain compatibility with application data (e.g. databases) created on older NixOS versions. Most
# users should NEVER change this value after the initial install, for any reason, even if you've upgraded