From a64499b4238d4cd28a4b46d92ac110ce70712237 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Thu, 5 Jan 2023 22:14:22 +0100 Subject: [PATCH] Fix deprecation warning --- hosts/hedgedoc/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/hedgedoc/default.nix b/hosts/hedgedoc/default.nix index 6805bf75..44d04059 100644 --- a/hosts/hedgedoc/default.nix +++ b/hosts/hedgedoc/default.nix @@ -58,7 +58,7 @@ default = true; forceSSL = true; enableACME = true; - locations."/".proxyPass = "http://localhost:${toString config.services.hedgedoc.configuration.port}"; + locations."/".proxyPass = "http://localhost:${toString config.services.hedgedoc.settings.port}"; }; }; };