From 08e09ce55bc9eb63f68a83ae81d62934cc503b43 Mon Sep 17 00:00:00 2001 From: Katherina Walshe-Grey Date: Sun, 5 Jan 2025 15:43:49 +0000 Subject: [PATCH] tohru: re-enable nix gc (but not nix optimise) --- hosts/tohru/default.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/hosts/tohru/default.nix b/hosts/tohru/default.nix index e4f9c8e..3bb4c52 100644 --- a/hosts/tohru/default.nix +++ b/hosts/tohru/default.nix @@ -26,9 +26,8 @@ in console.keyMap = "uk"; services.xserver.xkb.layout = "gb"; - # tohru does not have the resources to run these under other load and is generally powered off when not in use. - # instead, just run `nix-collect-garbage -d` and `nix-store --optimise` every so often. - nix.gc.automatic = mkForce false; + # tohru does not have the resources to run this under other load and is generally powered off when not in use. + # instead, just run `nix-store --optimise` every so often. nix.optimise.automatic = mkForce false; fountain.users.qenya.enable = true;