Skip to content

Commit

Permalink
add --delete-old to nix gc options
Browse files Browse the repository at this point in the history
  • Loading branch information
marenz2569 committed Nov 29, 2023
1 parent c2eab31 commit 1244dd8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions hosts/mobile-box/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
gc = {
automatic = true;
dates = "daily";
options = "--delete-old";
};
};

Expand Down
1 change: 1 addition & 0 deletions hosts/tetra-zw/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
gc = {
automatic = true;
dates = "daily";
options = "--delete-old";
};
};

Expand Down
1 change: 1 addition & 0 deletions modules/traffic-stop-box/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
gc = {
automatic = true;
dates = "daily";
options = "--delete-old";
};
};

Expand Down

0 comments on commit 1244dd8

Please sign in to comment.