muon: Increase Nix garbage collection age
Some checks are pending
nix flake check / check (aarch64-linux) (push) Waiting to run
nix flake check / check (x86_64-linux) (push) Waiting to run

This commit is contained in:
Mikael 2025-01-10 18:10:55 +01:00
parent 861e296a36
commit 4f7950944c
Signed by: mikael
SSH key fingerprint: SHA256:21QyD2Meiot7jOUVitIR5YkGB/XuXdCvLW1hE6dsri0

View file

@ -188,6 +188,7 @@ imports = [
sshKey = "/etc/keys/nix-ssh";
}));
gc.options = lib.mkForce "--delete-older-than 90d";
settings.system-features = base ++ x86-64 ++ riscv ++ aarch
++ [ "x86_64-linux-native" "riscv64-linux-qemu" "aarch64-linux-qemu" ];
};