feat: enable immich backups to hetzner

This commit is contained in:
oddlama 2025-09-14 19:59:57 +02:00
parent 3dc6133a1a
commit 01d5056050
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
6 changed files with 23 additions and 0 deletions

View file

@ -285,4 +285,9 @@ in
};
};
};
backups.storageBoxes.dusk = {
subuser = "immich";
paths = [ "/var/lib/immich" ];
};
}