From 6ea061df41089ceb9d03baccbf1eb5e4cedc210c Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Fri, 12 Apr 2024 12:57:23 +0200 Subject: [PATCH] disable auto gc --- hosts/default/configuration.nix | 2 +- hosts/server/configuration.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index da82a2f..f25294b 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -47,7 +47,7 @@ }; optimise.automatic = true; gc = { - automatic = true; + automatic = false; dates = "weekly"; options = "--delete-older-than 7d"; }; diff --git a/hosts/server/configuration.nix b/hosts/server/configuration.nix index b0aec06..55ea430 100644 --- a/hosts/server/configuration.nix +++ b/hosts/server/configuration.nix @@ -35,7 +35,7 @@ substituters = ["https://hyprland.cachix.org"]; trusted-public-keys = ["hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="]; }; - gc.automatic = true; + gc.automatic = false; }; # Set your time zone.