Update nixos/modules/services/misc/jellyfin.nix
This commit is contained in:
parent
4258952dc6
commit
d09303b31d
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ in
|
|||
after = [ "network.target" ];
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
|
||||
# This is mostly follows: https://github.com/jellyfin/jellyfin/blob/master/debian/jellyfin.service
|
||||
# This is mostly follows: https://github.com/jellyfin/jellyfin/blob/master/fedora/jellyfin.service
|
||||
# Upstream also disable some hardenings when running in LXC, we do the same with the isContainer option
|
||||
serviceConfig = rec {
|
||||
Type = "simple";
|
||||
|
|
Loading…
Reference in a new issue