From eb62ca846ac122f9aaacb10cdaec67249fbf89a7 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 12 Aug 2025 10:00:24 -0700 Subject: create profiles for networkd and nix's GC --- profiles/nix/gc.nix | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 profiles/nix/gc.nix (limited to 'profiles/nix/gc.nix') diff --git a/profiles/nix/gc.nix b/profiles/nix/gc.nix new file mode 100644 index 0000000..c39476c --- /dev/null +++ b/profiles/nix/gc.nix @@ -0,0 +1,8 @@ +{ ... }: +{ + nix.gc = { + automatic = true; + options = "--delete-older-than 14d"; + }; + nix.optimise.automatic = true; +} -- cgit v1.2.3