docs: update project README

This commit is contained in:
Gabriel Arazas 2023-01-12 23:00:06 +08:00
parent 8bd05bf2a3
commit a3602f79e4

View File

@ -187,7 +187,8 @@ It is exported in the flakes at `outputs.packages` compiled through various syst
* link:./scripts/[`./scripts/`] contains various scripts for various purposes. * link:./scripts/[`./scripts/`] contains various scripts for various purposes.
Should be self-explanatory. Should be self-explanatory.
* link:./secrets/[`./secrets/`] contains my secrets managed with link:https://github.com/mozilla/sops[sops] and link:https://github.com/Mic92/sops-nix[sops-nix]. * link:./secrets/[`./secrets/`] contains my cluster-wide secrets managed with link:https://github.com/mozilla/sops[sops] and link:https://github.com/Mic92/sops-nix[sops-nix].
Take note, each component (e.g., hosts, modules, users) could have their own specific secrets.
* link:./shells/[`./shells/`] contains my development shells for interacting with the usual type of projects. * link:./shells/[`./shells/`] contains my development shells for interacting with the usual type of projects.
Setting this up can bring benefits outside of NixOS (unless you're interacting with projects with any OpenGL-related stuff). Setting this up can bring benefits outside of NixOS (unless you're interacting with projects with any OpenGL-related stuff).