diff options
author | Ben Sima <ben@bsima.me> | 2019-11-01 14:26:04 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-11-01 14:26:04 -0700 |
commit | 834b167c2fdef2b16e2f9cd5df4fa8804e0ef097 (patch) | |
tree | 3fc9fdda3f87e1ef8888adb5b653bf50becd5ee2 /com/simatime | |
parent | 9756eb0806aef63137ed53c7f78eee13aa3db9d7 (diff) |
emby -> jellyfin
Diffstat (limited to 'com/simatime')
-rw-r--r-- | com/simatime/dev/configuration.nix | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/com/simatime/dev/configuration.nix b/com/simatime/dev/configuration.nix index b313a36..69a015f 100644 --- a/com/simatime/dev/configuration.nix +++ b/com/simatime/dev/configuration.nix @@ -160,9 +160,10 @@ }; }; - emby = { + jellyfin = { # previously emby enable = true; - user = "emby"; + user = "jellyfin"; + group = "jellyfin"; }; vnstat.enable = true; |