diff options
| author | Ben Sima <ben@bsima.me> | 2019-11-19 15:07:24 -0800 |
|---|---|---|
| committer | Ben Sima <ben@bsima.me> | 2019-11-19 15:07:24 -0800 |
| commit | 33facda29e668a038ef7fd6db7bca431f91888fb (patch) | |
| tree | bc9a8c2549809052eb5c5a519383776a663cf239 | |
| parent | d6665010f1fd00d29a76b8d1957def8ed16257f0 (diff) | |
Fix name of emby user
| -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 97cba80..c462535 100644 --- a/Com/Simatime/dev/configuration.nix +++ b/Com/Simatime/dev/configuration.nix @@ -161,8 +161,8 @@ emby = { # previously emby enable = true; - user = "jellyfin"; - group = "jellyfin"; + user = "emby"; + group = "emby"; }; vnstat.enable = true; |
