chore: enable hedgedoc on akhaten

This commit is contained in:
Julien Malka 2024-09-05 10:55:09 +02:00
parent 6ac3057257
commit 292e125ec0
Signed by: Luj
GPG key ID: 6FC74C847011FD83
2 changed files with 6 additions and 0 deletions

View file

@ -31,6 +31,11 @@
};
luj.docs = {
enable = true;
nginx.enable = true;
nginx.subdomain = "docs";
};
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;

View file

@ -34,6 +34,7 @@ in
};
};
services.postgresql = {
enable = true;
ensureDatabases = [ "hedgedoc" ];
ensureUsers = [
{