docs: update

This commit is contained in:
Gabriel Arazas 2022-11-17 13:36:44 +08:00
parent ed893813fe
commit 468e6862a9

View File

@ -113,6 +113,9 @@ Similar to `homeManagerConfigurations`, you can easily use it outside of NixOS.
* `homeManagerConfigurations` contains my various link:https://github.com/nix-community/home-manager[home-manager] configurations from link:./users/home-manager/[`./users/home-manager/`]. * `homeManagerConfigurations` contains my various link:https://github.com/nix-community/home-manager[home-manager] configurations from link:./users/home-manager/[`./users/home-manager/`].
The neat thing about it is you can easily install it in a non-NixOS Linux distro. The neat thing about it is you can easily install it in a non-NixOS Linux distro.
* `deploy` are nodes to be deployed by link:https://github.com/serokell/deploy-rs[deploy-rs].
It's nice and currently not all of the nodes are publicly committed which is less useful but it'll be someday.
* `nixosConfigurations` which is where you can install my various NixOS configurations directly (e.g., `nixos-install --flake {canonical_flake_url}#HOST`). * `nixosConfigurations` which is where you can install my various NixOS configurations directly (e.g., `nixos-install --flake {canonical_flake_url}#HOST`).
This mainly uses the link:./hosts/[hosts configuration]. This mainly uses the link:./hosts/[hosts configuration].
@ -126,6 +129,9 @@ It's another unnecessary export but it's there.
* `formatter` is the preferred formatter to be used for my Nix files. * `formatter` is the preferred formatter to be used for my Nix files.
Nothing special here. Nothing special here.
* `checks` contains checks for several outputs and are mainly for internal purposes.
There's no use for anyone else, really. :(
=== The remote repo === The remote repo