2023-08-23 14:30:15 +09:00
|
|
|
{ ... }: {
|
2024-04-17 11:25:49 +09:00
|
|
|
nix = {
|
|
|
|
settings = {
|
|
|
|
experimental-features = [ "nix-command" "flakes" ];
|
|
|
|
};
|
|
|
|
optimise = {
|
|
|
|
automatic = true;
|
|
|
|
dates = [ "daily" ];
|
|
|
|
};
|
|
|
|
gc = {
|
|
|
|
automatic = true;
|
|
|
|
dates = "daily";
|
|
|
|
options = "--delete-older-than 30d";
|
|
|
|
};
|
2023-07-12 20:52:15 +09:00
|
|
|
};
|
2024-02-21 11:00:07 +09:00
|
|
|
}
|