1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-10 23:00:39 +02:00

feat: add immich via oci containers

This commit is contained in:
oddlama 2024-01-20 23:16:43 +01:00
parent d77fcaa826
commit 364073c197
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
15 changed files with 239 additions and 6 deletions

View file

@ -84,6 +84,8 @@ in {
RestartSec = "600"; # Retry every 10 minutes
};
# 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 = config.services.vaultwarden.backupDir;