From 88c791005239ba37bc73c49d3f173173546c2cac Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 24 Aug 2024 15:26:34 -0300 Subject: system.scm: Add "become-secrets-keeper" to "andre" user --- src/guix/system.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/guix/system.scm') diff --git a/src/guix/system.scm b/src/guix/system.scm index 3f767bf..77472ab 100644 --- a/src/guix/system.scm +++ b/src/guix/system.scm @@ -31,7 +31,7 @@ (pkg:str +working-dir+ "/" s)) (define +users+ - `(("andre" "EuAndreh" ("wheel") ,(path "src/keys/SSH/andre.pub.txt")))) + `(("andre" "EuAndreh" ("wheel" "become-secrets-keeper") ,(path "src/keys/SSH/andre.pub.txt")))) (define file (compose string-trim-right pkg:slurp path)) -- cgit v1.2.3