From 31a973088d1b6b486dc8010d2d10bcdacec859c4 Mon Sep 17 00:00:00 2001 From: harry Date: Thu, 1 Aug 2024 17:12:07 +0200 Subject: [PATCH] enabled auto update --- server-configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/server-configuration.nix b/server-configuration.nix index f831661..8af69e6 100644 --- a/server-configuration.nix +++ b/server-configuration.nix @@ -110,6 +110,8 @@ in bazarr ]; + system.autoUpgrade.enable = true; + system.autoUpgrade.allowReboot = true; services.jellyfin = { enable = true; openFirewall = true;