forked from mirrors_public/oddlama_nix-config
feat: add immich via oci containers
This commit is contained in:
parent
d77fcaa826
commit
364073c197
15 changed files with 239 additions and 6 deletions
|
@ -115,6 +115,8 @@ in {
|
|||
before = ["restic-backups-storage-box-dusk.service"];
|
||||
};
|
||||
|
||||
# Needed so we don't run out of tmpfs space for large backups.
|
||||
# Technically this could be cleared each boot but whatever.
|
||||
environment.persistence."/state".directories = [
|
||||
{
|
||||
directory = paperlessBackupDir;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue