Fix deprecation warning

This commit is contained in:
Sandro - 2023-01-05 22:14:22 +01:00
parent ca6fe29106
commit a64499b423
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 1 additions and 1 deletions

View File

@ -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}";
};
};
};