jellyfin-qbittorrent-monitor: fix jellyfin api key file perms

This commit is contained in:
2025-11-13 02:43:42 -05:00
parent 097b89a14a
commit ba6f47dde9
2 changed files with 5 additions and 3 deletions

View File

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