From eb092e87399320616aa2a299655a55a9a0c8dd65 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <jean-paul@privatestorage.io> Date: Wed, 19 Jan 2022 20:50:10 +0000 Subject: [PATCH] light formatting edits --- nixos/modules/README.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/nixos/modules/README.rst b/nixos/modules/README.rst index bf411a08..b395eace 100644 --- a/nixos/modules/README.rst +++ b/nixos/modules/README.rst @@ -1,2 +1,5 @@ -These are mostly modelled on upstream nixos modules, are generally fairly configurable (they don't tend to hard-code paths, they can be enabled or disabled), and they don't know anything about morph (e.g. deployment.secrets) or how the different grids are configured (i.e. grid.publicKeyPath). Each module here tends to define one service (or group of related services) or feature. -Eventually, all of these will be imported automatically, and controlled by services.private-storage.*.enabled options. +These are mostly modelled on upstream nixos modules. +They are generally fairly configurable (they don't tend to hard-code paths, they can be enabled or disabled). +They don't know anything about morph (e.g. ``deployment.secrets``) or how the different grids are configured (e.g. ``grid.publicKeyPath``). +Each module here tends to define one service (or group of related services) or feature. +Eventually, all of these will be imported automatically and controlled by ``services.private-storage.*.enabled`` options. -- GitLab