From 603c7e3c1d62061588f391d6ae814eb26ed7e7ed Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Mon, 23 Sep 2024 00:46:18 +0200 Subject: [PATCH] Add formula10 cache volume Will be used for the FastF1 cache in the future --- ServeNix/services/formula10.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/ServeNix/services/formula10.nix b/ServeNix/services/formula10.nix index 28d745f..e711709 100644 --- a/ServeNix/services/formula10.nix +++ b/ServeNix/services/formula10.nix @@ -16,6 +16,7 @@ volumes = [ "formula10_data:/app/instance" + "formula10_cache:/cache" ]; environment = {