mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-25 21: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.systemd-boot.enable = true;
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
|
|
||||||
|
|
|
@ -34,6 +34,7 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
services.postgresql = {
|
services.postgresql = {
|
||||||
|
enable = true;
|
||||||
ensureDatabases = [ "hedgedoc" ];
|
ensureDatabases = [ "hedgedoc" ];
|
||||||
ensureUsers = [
|
ensureUsers = [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue