fixed permissions on tailscale persist
This commit is contained in:
parent
0a00be9651
commit
5be14739d8
|
@ -22,8 +22,8 @@ in {
|
|||
directories = [
|
||||
{
|
||||
directory = tailscale_data_directory;
|
||||
user = "jellyfin";
|
||||
group = "jellyfin";
|
||||
user = "root";
|
||||
group = "root";
|
||||
}
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue