commit 33ad87979cb9efc7606bb1f7510838b64ccd4785 parent f6145b56e94df48e179b6f63bb8470a9ae7d346c Author: Francesco Saccone <francesco@francescosaccone.com> Date: Mon, 14 Apr 2025 16:34:25 +0200 chore: add the 'NixOS modules' section Signed-off-by: Francesco Saccone <francesco@francescosaccone.com> Diffstat:
M | README | | | 13 | +++++++++++++ |
1 file changed, 13 insertions(+), 0 deletions(-)
diff --git a/README b/README @@ -10,6 +10,19 @@ NixOS configurations - main-server: Designed for my main server. - git-server: Designed for my Git server. +NixOS modules +------------- + +- default: Provides a collection of modules to enable various things I need in + my hosts: they are configurable through the provided 'modules' + attribute set. See the configuration of one of my hosts to + understand the concept better. + +- home-manager: Not an actual NixOS module: it should be imported from a + home-manager configuration. Like the 'default' NixOS module, + it provides a collection of modules which are configurable + through the 'modules' attribute set. + Installation ------------