mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
immich
This commit is contained in:
parent
084f2fa156
commit
7d5f020d7e
1 changed files with 1 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue