services: photoprism: don't backup storage folder
This commit is contained in:
parent
6e8585d68e
commit
f536901847
1 changed files with 3 additions and 0 deletions
|
|
@ -85,6 +85,9 @@ in {
|
||||||
paths = [
|
paths = [
|
||||||
cfg.home
|
cfg.home
|
||||||
];
|
];
|
||||||
|
exclude = [
|
||||||
|
"${cfg.home}/storage"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue