diff --git a/hosts/template/scripts.nix b/hosts/template/scripts.nix
index a9b61c1..9ee1e75 100644
--- a/hosts/template/scripts.nix
+++ b/hosts/template/scripts.nix
@@ -15,6 +15,7 @@ let
       rm -rf /tmp/* || true
 
       echo "Removing logs"
+      journalctl --rotate || true
       journalctl --vacuum-time=1s || true
 
       echo "Removing cache"