diff --git a/nixos/module/hectic/service/immich.nix b/nixos/module/hectic/service/immich.nix index 8258556f..b2620811 100644 --- a/nixos/module/hectic/service/immich.nix +++ b/nixos/module/hectic/service/immich.nix @@ -164,5 +164,6 @@ in systemd.services.immich-server.unitConfig.RequiresMountsFor = lib.mkIf cfg.storageBox.enable [ cfg.mediaLocation ]; + systemd.services.immich-server.serviceConfig.Restart = lib.mkForce "always"; }; }