From b7ce70d49e1f74f3f86617286a1d9747a970c798 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Tue, 21 Jul 2020 14:55:18 +0100 Subject: [PATCH] README: make adding users to keys group consistent --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ee91a0c..eaa7ed4 100644 --- a/README.md +++ b/README.md @@ -319,7 +319,9 @@ For systemd services this can be achieved as following: For login or system users this can be done like this: ```nix -users.users.example-user.extraGroups = [ "keys" ]; +{ + users.users.example-user.extraGroups = [ config.users.groups.keys.name ]; +} ``` The following example configures secrets for buildkite, a CI agent