~abyxcos/nas.nix

917045294cc010e0f3e481d56cc8c5d555adbfbe — abyxcos 1 year, 11 months ago b3bd6db
Automatic optimization and pruning.
1 files changed, 8 insertions(+), 0 deletions(-)

M configuration.nix
M configuration.nix => configuration.nix +8 -0
@@ 136,6 136,14 @@
    };
  };

	# Optimise the disk storage usage
	nix.settings.auto-optimise-store = true;
	nix.gc = {
		automatic = true;
		dates = "weekly";
		options = "--delete-older-than 60d";
	};

  # This value determines the NixOS release from which the default
  # settings for stateful data, like file locations and database versions
  # on your system were taken. It‘s perfectly fine and recommended to leave