From c5a631b990c894615551f35cf5299041dd4715c4 Mon Sep 17 00:00:00 2001 From: Romain Paquet Date: Sat, 18 Oct 2025 18:50:42 +0200 Subject: [PATCH] remove genepi nix-gc config (already set globally) --- machines/genepi/configuration.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/machines/genepi/configuration.nix b/machines/genepi/configuration.nix index 34b327d..7bc8935 100644 --- a/machines/genepi/configuration.nix +++ b/machines/genepi/configuration.nix @@ -33,10 +33,4 @@ time.timeZone = "Europe/Paris"; clan.core.settings.state-version.enable = true; - - nix.gc = { - automatic = true; - dates = "weekly"; - options = "--delete-older-than 30d"; - }; }