From 5aff8b6f7e6e9934e659fadb80e06c928f945cd5 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Sat, 4 Apr 2020 16:35:12 -0700 Subject: Fix jellyfin Apparently it needs the user to be jellyfin. Idk. --- Com/Simatime/Dev/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Com/Simatime') diff --git a/Com/Simatime/Dev/configuration.nix b/Com/Simatime/Dev/configuration.nix index 96a5b89..73da4ec 100644 --- a/Com/Simatime/Dev/configuration.nix +++ b/Com/Simatime/Dev/configuration.nix @@ -161,8 +161,8 @@ in { jellyfin = { # previously emby enable = true; - user = "emby"; - group = "emby"; + user = "jellyfin"; + group = "jellyfin"; }; vnstat.enable = true; -- cgit v1.2.3