tohru: re-enable nix gc (but not nix optimise)
This commit is contained in:
parent
2cad2dd614
commit
08e09ce55b
|
@ -26,9 +26,8 @@ in
|
||||||
console.keyMap = "uk";
|
console.keyMap = "uk";
|
||||||
services.xserver.xkb.layout = "gb";
|
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.
|
# 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-collect-garbage -d` and `nix-store --optimise` every so often.
|
# instead, just run `nix-store --optimise` every so often.
|
||||||
nix.gc.automatic = mkForce false;
|
|
||||||
nix.optimise.automatic = mkForce false;
|
nix.optimise.automatic = mkForce false;
|
||||||
|
|
||||||
fountain.users.qenya.enable = true;
|
fountain.users.qenya.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue