gerd.hedgedoc: added hedgedoc with ldap support
This commit is contained in:
parent
68d8ee30a9
commit
6005be7577
5 changed files with 63 additions and 0 deletions
|
@ -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"; };
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue