Update nixos/modules/services/misc/jellyfin.nix

This commit is contained in:
Jörg Thalheim 2022-07-04 13:25:43 +01:00 committed by GitHub
parent 4258952dc6
commit d09303b31d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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";