From 54126ed5efdfb21400d3bb412d5e6fdfcdda44e6 Mon Sep 17 00:00:00 2001 From: s-prechtl Date: Tue, 1 Jul 2025 16:01:55 +0200 Subject: [PATCH] fix: forgor --- hosts/saberofxebec/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/saberofxebec/configuration.nix b/hosts/saberofxebec/configuration.nix index ed841d6..bb0735a 100644 --- a/hosts/saberofxebec/configuration.nix +++ b/hosts/saberofxebec/configuration.nix @@ -101,6 +101,9 @@ in { "42069:80" ]; environmentFiles = [config.agenix.secrets.speedtest-tracker.path]; + volumes = [ + "/var/lib/speedtest-tracker/:/config" + ]; }; };