mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
immich
This commit is contained in:
parent
7bef9ff6fa
commit
39f55ea12b
1 changed files with 3 additions and 1 deletions
|
|
@ -70,7 +70,7 @@
|
|||
"f /storage/services/immich/upload/encoded-video/.immich 0660 immich media_services -"
|
||||
"f /storage/services/immich/upload/upload/.immich 0660 immich media_services -"
|
||||
"f /storage/services/immich/upload/profile/.immich 0660 immich media_services -"
|
||||
"f /storage/services/immich/upload/backup/.immich 0660 immich media_services -"
|
||||
"f /storage/services/immich/upload/backups/.immich 0660 immich media_services -"
|
||||
];
|
||||
|
||||
services.jellyfin.enable = true;
|
||||
|
|
@ -166,6 +166,8 @@
|
|||
host = "0.0.0.0";
|
||||
port = 2283;
|
||||
mediaLocation = "/storage/services/immich/upload";
|
||||
environment.IMMICH_IGNORE_MOUNT_CHECK_ERRORS = "true";
|
||||
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue