update sops key; immich: change thumbs path; disable nm-applet

This commit is contained in:
cy 2025-03-28 01:01:12 -04:00
parent 36d1097c26
commit ec86069844
Signed by: cy
SSH key fingerprint: SHA256:o/geVWV4om1QhUSkKvDQeW/eAihwnjyXkqMwrVdbuts
4 changed files with 12 additions and 5 deletions

View file

@ -6,7 +6,7 @@
}:
let
uploadLocation = "/mnt/photos/immich";
thumbsLocation = "/opt/immich/thumbs";
# thumbsLocation = "/opt/immich/thumbs";
profileLocation = "/opt/immich/profile";
dbDataLocation = "/opt/immich/postgres";
backupsLocation = "/opt/immich/backups";
@ -20,7 +20,7 @@ in
pull = "newer";
volumes = [
"${uploadLocation}:/usr/src/app/upload"
"${thumbsLocation}:/usr/src/app/upload/thumbs"
# "${thumbsLocation}:/usr/src/app/upload/thumbs"
"${profileLocation}:/usr/src/app/upload/profile"
"${backupsLocation}:/usr/src/app/upload/backups"
];