diff options
author | Ben Sima <ben@bsima.me> | 2020-04-04 16:35:12 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2020-04-04 16:35:12 -0700 |
commit | 5aff8b6f7e6e9934e659fadb80e06c928f945cd5 (patch) | |
tree | 9649bb8f655d41c64b1900102f890ee1bc47dcba /Com | |
parent | d0613e11be3580c6055f03428d4793c31838eeb4 (diff) |
Fix jellyfin
Apparently it needs the user to be jellyfin. Idk.
Diffstat (limited to 'Com')
-rw-r--r-- | Com/Simatime/Dev/configuration.nix | 4 |
1 files changed, 2 insertions, 2 deletions
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; |