Disable simple configuration

This commit is contained in:
Valentin Brandl 2024-08-04 15:54:42 +02:00
parent 3df7c287d3
commit 0233acfbf3
Signed by: vbrandl
GPG Key ID: CAD4DA1A789125F9

View File

@ -1,12 +1,13 @@
{ ... }: {
services.btrbk = {
instances = {
/*
home = {
settings = {
snapshot_preserve = "24h 14d 4w 12m";
snapshot_preserve_min = "latest";
/* don't auto cleanup target */
# don't auto cleanup target
target_preserve_min = "all";
volume."/" = {
@ -20,6 +21,7 @@
};
};
};
*/
};
};
}