fix picard compile

This commit is contained in:
Lucy Hochkamp 2024-03-17 10:41:45 +01:00
parent 1d7bb49bfe
commit e1d6fe22c0
No known key found for this signature in database
5 changed files with 6 additions and 159 deletions

View file

@ -46,10 +46,6 @@ in
};
ragon.agenix.secrets.hedgedocSecret.owner = "hedgedoc";
services.nginx.virtualHosts."${cfg.domain}" = {
locations."/".proxyWebsockets = true;
locations."/".proxyPass = "http://[::1]:${toString config.services.hedgedoc.settings.port}";
} // (lib.my.findOutTlsConfig cfg.domain config);
services.postgresql = {
enable = true;