Add DTTH Wiki-specific patches for outline
This commit is contained in:
parent
551db416d1
commit
900b61c936
2 changed files with 58 additions and 0 deletions
|
@ -188,6 +188,9 @@
|
|||
sops.secrets."outline/smtp-password" = { owner = "outline"; };
|
||||
cloud.services.outline = {
|
||||
enable = true;
|
||||
package = pkgs.unstable.outline.overrideAttrs (attrs: {
|
||||
patches = attrs.patches ++ [ ../modules/cloud/outline/dtth-wiki.patch ];
|
||||
});
|
||||
databaseUrl = "postgres://outline:outline@localhost/outline?sslmode=disable";
|
||||
sequelizeArguments = "--env=production-ssl-disabled";
|
||||
redisUrl = "local";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue