install photoprism

This commit is contained in:
nyanloutre 2022-12-30 15:08:37 +01:00
parent 5ce6087b57
commit c4ff862ab4
2 changed files with 14 additions and 0 deletions

View file

@ -545,6 +545,15 @@ in
#];
};
};
photoprism = {
enable = true;
originalsPath = "/mnt/backup_loutre/amandoleen/d/Users/Amand/Pictures";
extraConfig = {
PHOTOPRISM_AUTH_MODE = "public";
PHOTOPRISM_READONLY = true;
};
};
};
systemd.services."borgbackup-job-loutre".serviceConfig.TemporaryFileSystem = ["/mnt/borgsnap"];