From a933b3189eede96c9c3be92f2abdea6c619f45ca Mon Sep 17 00:00:00 2001 From: fruchti Date: Fri, 24 Mar 2023 22:02:29 +0100 Subject: [PATCH] Burp: Exclude /var/lib/burp by default --- options/burp.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options/burp.nix b/options/burp.nix index 2ced16f..1ca47d7 100644 --- a/options/burp.nix +++ b/options/burp.nix @@ -356,7 +356,7 @@ in { excludes = mkOption { type = types.listOf types.str; - default = [ ]; + default = [ libDir ]; description = '' List of locations to exclude from the backup. '';