diff --git a/Makefile b/Makefile index 1b9ad60..6fb4d44 100644 --- a/Makefile +++ b/Makefile @@ -7,6 +7,9 @@ clean: clean-aggressive: nix-collect-garbage -d --delete-older-than 1d +clean-total: + nix-collect-garbage -d + clean-log: journalctl --vacuum-size=1G