Burp: Exclude /var/lib/burp by default

This commit is contained in:
fruchti 2023-03-24 22:02:29 +01:00
parent 4d8d47b800
commit a933b3189e

View file

@ -356,7 +356,7 @@ in {
excludes = mkOption {
type = types.listOf types.str;
default = [ ];
default = [ libDir ];
description = ''
List of locations to exclude from the backup.
'';