fix jellyfin api key
This commit is contained in:
parent
46bb9734b7
commit
386cf266d5
@ -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";
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user