From 1b0e67744e87465aef23eac6cc3a60e731ec0f3b Mon Sep 17 00:00:00 2001 From: jaina heartles Date: Sun, 25 Feb 2024 12:57:21 -0800 Subject: [PATCH] store optimization --- configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/configuration.nix b/configuration.nix index e90a513..83277d9 100644 --- a/configuration.nix +++ b/configuration.nix @@ -6,6 +6,12 @@ auto-optimise-store = true; }; + nix.gc = { + automatic = true; + dates = "weekly"; + options = "--delete-older-than 30d"; + }; + environment.systemPackages = with pkgs; [ kitty.terminfo kakoune