fix(jellyfin): use my user for reading and writing files
This commit is contained in:
parent
965ac78482
commit
9952a6dc7d
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,8 @@
|
|||
services.jellyfin = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
user = "wizardlink";
|
||||
|
||||
package = pkgs.jellyfin.override {
|
||||
jellyfin-web = pkgs.jellyfin-web.overrideAttrs (oldAttrs: {
|
||||
patches = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue