gerd.hedgedoc: added hedgedoc with ldap support

This commit is contained in:
eyjhb 2024-08-11 13:39:24 +02:00
parent 68d8ee30a9
commit 6005be7577
Signed by: eyjhb
GPG key ID: 609F508E3239F920
5 changed files with 63 additions and 0 deletions

View file

@ -12,6 +12,7 @@
./gerd/services/forgejo.nix
./gerd/services/teeworlds.nix
./gerd/services/murmur.nix
./gerd/services/hedgedoc.nix
];
networking.hostName = "gerd";
@ -23,6 +24,7 @@
disk = "/dev/sda";
pools.rpool.datasets = {
"safe/svcs/forgejo" = { mountpoint = "/srv/forgejo"; extra.options.quota = "5G"; };
"safe/svcs/hedgedoc" = { mountpoint = "/srv/hedgedoc"; extra.options.quota = "5G"; };
};
};