This commit is contained in:
death916 2026-01-14 01:48:48 -08:00
parent 084f2fa156
commit 7d5f020d7e

View file

@ -53,6 +53,7 @@
"d /storage/services/qbittorrent/config 0755 qbittorrent media_services - -"
"d /media/storage/media/books/audio/podcasts/C2C 0777 c2c media_services - -"
"d /storage/services/immich 0755 immich media_services - -"
"f /etc/nixos/secrets/immich_db_password 0400 immich media_services -"
];
services.jellyfin.enable = true;
@ -141,10 +142,6 @@
};
};
# Ensure the password file for Immich's database exists with correct permissions
systemd.tmpfiles.rules = [
"f /etc/nixos/secrets/immich_db_password 0400 immich media_services -"
];
users.users.immich = {
isSystemUser = true;