From e4882dad7a25d8b6fd26fe098a8de75c2a9ad34a Mon Sep 17 00:00:00 2001 From: Marco Munizaga Date: Tue, 16 Aug 2022 17:22:14 -0700 Subject: [PATCH] Wording tweak --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4a2bf7d..44d1469 100644 --- a/README.md +++ b/README.md @@ -304,6 +304,9 @@ Usage: { imports = [ inputs.punchr.nixosModules.client ]; services.punchr-client.apiKey = ""; + + # Make sure this is readable/writable by the `punchr` user or `punchr` group. + services.punchr-client.clientKeyFile = "/var/lib/punchr/client.keys"; # default value } }; }