about summary refs log tree commit diff
path: root/nixos/tests/hedgedoc.nix
AgeCommit message (Collapse)AuthorFilesLines
2023-10-15nixos/hedgedoc: refactor to reduce option counth7x41-13/+49
- Remove lots of declared options that were not used outside of being included in settings. These should now be used through the freeform module. - Deprecate `cfg.workDir`, in favor of using systemds `StateDirectory` - Use sqlite as default database. Co-authored-by: Sandro Jäckel <sandro.jaeckel@gmail.com>
2022-07-10nixos/hedgedoc: convert to settings-style configurationEmery Hemingway1-2/+2
Replace "services.hedgedoc.configuration" with ".settings" to be consistent with RFC0042. This allows control of settings not declared in the module.
2020-12-22nixos/codimd: rename to hedgedocWilliButz1-0/+60
CodiMD was renamed to HedgeDoc. The user, group and state directory, will be named hedgedoc instead of codimd, starting with stateVersion "21.03".