mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 06:19:00 +00:00
docs: update
This commit is contained in:
parent
c0969ee5c7
commit
7f44233e09
@ -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.
|
||||
|
||||
|
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user