From ad9c61a3dba6440ebcd47918facf88b072226f47 Mon Sep 17 00:00:00 2001 From: fricklerhandwerk Date: Thu, 10 Jul 2025 00:37:27 +0200 Subject: [PATCH] docs: fix typos --- services/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/services/README.md b/services/README.md index 1a736521..d5831f17 100644 --- a/services/README.md +++ b/services/README.md @@ -21,11 +21,11 @@ For those that know it, we could say that the current module is an analogous of ## 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. -- [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 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.