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" + ]; }; };