From b03806095efca954bfd862f17715013816e51379 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Fri, 13 Aug 2021 18:39:20 +0200 Subject: [PATCH] boreal: simplify backup exclude path --- hosts/boreal/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/boreal/default.nix b/hosts/boreal/default.nix index f34bf27..96e7bd8 100644 --- a/hosts/boreal/default.nix +++ b/hosts/boreal/default.nix @@ -76,7 +76,7 @@ in "*.so" # ignore all dotfiles as .config and .cache can become quite big - "re:^/home/alarsyo/\\." + "/home/alarsyo/.*" ]; };