From 5af828dbe74bbb8a13f69f3d3f4d50389dd059fe Mon Sep 17 00:00:00 2001 From: Fuwn Date: Tue, 5 Nov 2024 11:38:16 +0000 Subject: docs(readme): add secrets file format information --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 920b65a..dd50c87 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,9 @@ attribute set. # Alternatively, you can use the `authUserPassFile` attribute if you are using # a Nix secrets manager. Here's an example using sops-nix. + # + # The secret you provide to `authUserPassFile` should be a multiline string with + # a single username on the first line a single password on the second line. services.pia.authUserPassFile = config.sops.secrets.pia.path; } ``` -- cgit v1.2.3