From 6bdc638a7db3d30119fb21d4433802f0f47aeee8 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Fri, 10 Jan 2025 15:08:45 -0500 Subject: [PATCH] home: Remove GC https://github.com/nix-community/home-manager/issues/4413 --- modules/home/all/nix.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/home/all/nix.nix b/modules/home/all/nix.nix index 43a1a93..4f0c8b6 100644 --- a/modules/home/all/nix.nix +++ b/modules/home/all/nix.nix @@ -1,7 +1,4 @@ { - # Garbage collect automatically every week - nix.gc.automatic = true; - # Nix configuration is managed globally by nix-darwin. # Prevent $HOME nix.conf from disrespecting it. home.file."~/.config/nix/nix.conf".text = "";