From 008c122e28b5074e7b7d9bac0d99337b83ca797b Mon Sep 17 00:00:00 2001 From: Stefan Junker Date: Thu, 16 Sep 2021 13:55:16 +0200 Subject: [PATCH] webserver/hedgedoc: fix upload path --- nix/os/containers/webserver.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nix/os/containers/webserver.nix b/nix/os/containers/webserver.nix index 08301c0..4a11349 100644 --- a/nix/os/containers/webserver.nix +++ b/nix/os/containers/webserver.nix @@ -120,6 +120,8 @@ in { # oauth2 provider config inherit (passwords.www_stefanjunker_de_hedgedoc) dropbox; + + uploadsPath = "/var/lib/codimd/uploads"; }; }; };