docs: fix typos

This commit is contained in:
Valentin Gagarin 2025-07-10 00:37:27 +02:00
parent b4e1c5b5b3
commit ad9c61a3db

View file

@ -21,11 +21,11 @@ For those that know it, we could say that the current module is an analogous of
## Content of this directory ## Content of this directory
- [fediversity][./fediversity] contains the definition of the services. Look in - [fediversity](./fediversity) contains the definition of the services. Look in
particular at its `default.nix` that contains the definition of the options. particular at its `default.nix` that contains the definition of the options.
- [vm][./vm] contains options specific to making the service run in local QEMU - [vm](./vm) contains options specific to making the service run in local QEMU
VMs. These modules will for instance override the defaults to disable SSL, and VMs. These modules will for instance override the defaults to disable SSL, and
they will add virtualisation options to forward ports, for instance. they will add virtualisation options to forward ports, for instance.
- [tests][./tests] contain full NixOS tests of the services. - [tests](./tests) contain full NixOS tests of the services.