Explain machines/*/secrets in readme

This commit is contained in:
Simon Bruder 2021-03-01 13:54:41 +01:00
parent c30776cea6
commit fd11348b56
Signed by: simon
GPG key ID: 8D3C82F9F309F8EC

View file

@ -12,6 +12,9 @@
for initial setup. for initial setup.
+ `services`: Non-trivial machine-specific configuration related to a + `services`: Non-trivial machine-specific configuration related to a
specific service the machine provides. specific service the machine provides.
+ `secrets`: Nix expressions that include information that is not meant to
be visible to everyone (e.g. accounts, password hashes, private
information etc.)
* `modules`: Custom modules. Many are activated by default, since I want them * `modules`: Custom modules. Many are activated by default, since I want them
on all systems. on all systems.
* `pkgs`: My nixpkgs overlay * `pkgs`: My nixpkgs overlay