Skip to content

Commit

Permalink
Optimise system at 4 in the morning
Browse files Browse the repository at this point in the history
  • Loading branch information
arunoruto committed Jun 27, 2024
1 parent c03f5c6 commit bbf5a55
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion nixos/system.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,17 @@
# Auto clean system
nix = {
settings = {
auto-optimise-store = true;
# auto-optimise-store = true;
experimental-features = [
"nix-command"
"flakes"
];
warn-dirty = false;
};
optimise = {
automatic = true;
dates = ["04:00"];
};
gc = {
automatic = true;
dates = "weekly";
Expand Down

0 comments on commit bbf5a55

Please sign in to comment.