mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-23 20:30:52 +01:00
chore: enable hedgedoc on akhaten
This commit is contained in:
parent
6ac3057257
commit
292e125ec0
2 changed files with 6 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
|
@ -34,6 +34,7 @@ in
|
|||
};
|
||||
};
|
||||
services.postgresql = {
|
||||
enable = true;
|
||||
ensureDatabases = [ "hedgedoc" ];
|
||||
ensureUsers = [
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue