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