From 239198cce407c90b595a1a10e24ba83e2203e032 Mon Sep 17 00:00:00 2001 From: ChUrl Date: Thu, 13 Jul 2023 14:08:47 +0200 Subject: [PATCH] Fix typo --- system/modules/containers/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/modules/containers/default.nix b/system/modules/containers/default.nix index 5034901d..41ca7e9a 100644 --- a/system/modules/containers/default.nix +++ b/system/modules/containers/default.nix @@ -56,7 +56,7 @@ in { jellyfin = mkIf cfg.jellyfin.enable (mkOciContainer { image = "linuxserver/jellyfin:10.8.10"; id-ports = [8096]; - autostart = true; + autoStart = true; vols = [ "jellyfin-cache:/cache:Z" "jellyfin-config:/config:Z"