fixed permissions on tailscale persist

This commit is contained in:
Leyla Becker 2025-02-23 17:10:04 -06:00
parent 0a00be9651
commit 5be14739d8

View file

@ -22,8 +22,8 @@ in {
directories = [
{
directory = tailscale_data_directory;
user = "jellyfin";
group = "jellyfin";
user = "root";
group = "root";
}
];
};