Burp: Exclude /var/lib/burp by default
This commit is contained in:
parent
4d8d47b800
commit
a933b3189e
|
@ -356,7 +356,7 @@ in {
|
|||
|
||||
excludes = mkOption {
|
||||
type = types.listOf types.str;
|
||||
default = [ ];
|
||||
default = [ libDir ];
|
||||
description = ''
|
||||
List of locations to exclude from the backup.
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue