forked from mirrors/nixpkgs
Update nixos/modules/services/misc/jellyfin.nix
This commit is contained in:
parent
4258952dc6
commit
d09303b31d
|
@ -49,7 +49,7 @@ in
|
||||||
after = [ "network.target" ];
|
after = [ "network.target" ];
|
||||||
wantedBy = [ "multi-user.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
|
# Upstream also disable some hardenings when running in LXC, we do the same with the isContainer option
|
||||||
serviceConfig = rec {
|
serviceConfig = rec {
|
||||||
Type = "simple";
|
Type = "simple";
|
||||||
|
|
Loading…
Reference in a new issue