From fd11348b56091a261c6e6936afd4e70b9df7d43d Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Mon, 1 Mar 2021 13:54:41 +0100 Subject: [PATCH] Explain machines/*/secrets in readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index b5f84ef..fd1baba 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,9 @@ for initial setup. + `services`: Non-trivial machine-specific configuration related to a 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 on all systems. * `pkgs`: My nixpkgs overlay