From 521d3627795e11341a67034f20a35bd9ac17c0a8 Mon Sep 17 00:00:00 2001 From: Yves Dubromelle Date: Mon, 23 May 2016 10:04:30 +0200 Subject: [PATCH] =?UTF-8?q?cible=20pour=20faire=20du=20m=C3=A9nage=20dans?= =?UTF-8?q?=20les=20logs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 7544a89..b4debb7 100644 --- a/Makefile +++ b/Makefile @@ -7,6 +7,9 @@ clean: clean-aggressive: nix-collect-garbage -d --delete-older-than 15d +clean-log: + journalctl --vacuum-size=1G + rebuild-switch: nixos-rebuild switch