fix jellyfin api key

This commit is contained in:
2025-10-18 03:10:49 -04:00
parent 46bb9734b7
commit 386cf266d5

View File

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