From 5be14739d82f4b3c82db05744615adb591544ae1 Mon Sep 17 00:00:00 2001 From: Leyla Becker Date: Sun, 23 Feb 2025 17:10:04 -0600 Subject: [PATCH] fixed permissions on tailscale persist --- modules/nixos-modules/tailscale.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/nixos-modules/tailscale.nix b/modules/nixos-modules/tailscale.nix index a998f49..db664e8 100644 --- a/modules/nixos-modules/tailscale.nix +++ b/modules/nixos-modules/tailscale.nix @@ -22,8 +22,8 @@ in { directories = [ { directory = tailscale_data_directory; - user = "jellyfin"; - group = "jellyfin"; + user = "root"; + group = "root"; } ]; };