Removed auto gc from homeserver

This commit is contained in:
2026-06-17 15:45:52 +01:00
parent 3b712cab95
commit 47316a6976
-5
View File
@@ -50,11 +50,6 @@
nix = {
registry = (lib.mapAttrs (_: flake: {inherit flake;})) ((lib.filterAttrs (_: lib.isType "flake")) inputs);
nixPath = ["nixpkgs=${inputs.nixpkgs}"];
gc = {
automatic = true;
dates = "daily";
options = "--delete-older-than 14d";
};
settings = {
experimental-features = "nix-command flakes";
auto-optimise-store = true;