tohru: re-enable nix gc (but not nix optimise)

This commit is contained in:
Katherina Walshe-Grey 2025-01-05 15:43:49 +00:00
parent 2cad2dd614
commit 08e09ce55b

View file

@ -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;