chore: enable hedgedoc on akhaten

This commit is contained in:
Luj 2024-09-05 10:55:09 +02:00
parent f8023c5d8e
commit 04706a5f09
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 = [
{