muon: Increase Nix garbage collection age
This commit is contained in:
parent
861e296a36
commit
4f7950944c
1 changed files with 1 additions and 0 deletions
|
@ -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" ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue