From 7f44233e094c3307bb8c19001ef50d08d9fe6a10 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Fri, 15 Apr 2022 21:17:29 +0800 Subject: [PATCH] docs: update --- README.adoc | 6 ------ hosts/README.adoc | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/README.adoc b/README.adoc index 9cee8474..fecd9598 100644 --- a/README.adoc +++ b/README.adoc @@ -67,12 +67,6 @@ footnote:[I don't know why did I put it there but eh...] * `templates` which contains my templates. Though, these are just templates mostly for my own purposes so it is not as useful as the other outputs. -* `defaultTemplate` which is my go-to template. -Ehhh, same comment as `templates`. - -* `devShell` is the development shell for this project. -It's just there for convenience purposes. - * `lib` is defined from link:./lib/[my custom library]. It's another unnecessary export but it's there. diff --git a/hosts/README.adoc b/hosts/README.adoc index e6308cf6..805da95e 100644 --- a/hosts/README.adoc +++ b/hosts/README.adoc @@ -27,7 +27,7 @@ For managing users, there are multiple ways to manage them with this config: * If you intend to import users from the link:../users/nixos/[`../users/nixos/`], you can simply import them through `imports` in the system module. + -For a convenient option, there is the function `getUsers` defined from the link:../lib[custom library]. +For a convenient option, there is the function `getUsers` defined from the link:../lib/default.nix[custom library]. You can use it as follows: + [source, nix]