From b1b8bc271f09cbc0232fffd7f55af95cfdbf54fd Mon Sep 17 00:00:00 2001 From: ChUrl Date: Thu, 13 Jul 2023 00:27:07 +0200 Subject: [PATCH] Enable jellyfin autostart --- system/modules/containers/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/system/modules/containers/default.nix b/system/modules/containers/default.nix index 4293d0ed..5034901d 100644 --- a/system/modules/containers/default.nix +++ b/system/modules/containers/default.nix @@ -56,6 +56,7 @@ in { jellyfin = mkIf cfg.jellyfin.enable (mkOciContainer { image = "linuxserver/jellyfin:10.8.10"; id-ports = [8096]; + autostart = true; vols = [ "jellyfin-cache:/cache:Z" "jellyfin-config:/config:Z"