fix jellyfin api key

This commit is contained in:
Simon Gardling 2025-10-18 03:10:49 -04:00
parent 46bb9734b7
commit 386cf266d5
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D

View File

@ -39,9 +39,10 @@
group = "caddy"; group = "caddy";
}; };
# TODO! fix permissions
jellyfin-api-key = { jellyfin-api-key = {
file = ./secrets/jellyfin-api-key.age; file = ./secrets/jellyfin-api-key.age;
mode = "0400"; mode = "0444";
owner = "root"; owner = "root";
group = "root"; group = "root";
}; };