jellyfin-qbittorrent-monitor: fix jellyfin api key file perms
This commit is contained in:
@@ -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";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user