services: photoprism: don't backup storage folder
This commit is contained in:
parent
6e8585d68e
commit
f536901847
|
@ -85,6 +85,9 @@ in {
|
|||
paths = [
|
||||
cfg.home
|
||||
];
|
||||
exclude = [
|
||||
"${cfg.home}/storage"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue