From 5bc4c74b6b1eb444085bcc8be9c7d4688e8d8346 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Mon, 21 Nov 2022 12:39:33 +0100 Subject: [PATCH] zephyrus: don't backup qcow images --- hosts/zephyrus/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/zephyrus/default.nix b/hosts/zephyrus/default.nix index dbfd570..a498e4a 100644 --- a/hosts/zephyrus/default.nix +++ b/hosts/zephyrus/default.nix @@ -71,6 +71,9 @@ "*.o" "*.so" + # test vms + "*.qcow2" + # ignore all dotfiles as .config and .cache can become quite big "/home/alarsyo/.*" ];