From f414a9e039e524320122d8b7faf5b837e09f892b Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 24 Aug 2024 10:49:18 -0300 Subject: system.scm: Add "become-secrets-keeper" to "andreh" user --- src/guix/system.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guix/system.scm b/src/guix/system.scm index a1f72f8..70bd716 100644 --- a/src/guix/system.scm +++ b/src/guix/system.scm @@ -27,7 +27,7 @@ (pkg:str +working-dir+ "/" s)) (define +users+ - `(("andreh" "EuAndreh" ("wheel") ,(path "src/keys/SSH/andreh.pub.txt")))) + `(("andreh" "EuAndreh" ("wheel" "become-secrets-keeper") ,(path "src/keys/SSH/andreh.pub.txt")))) (define file (compose string-trim-right pkg:slurp path)) -- cgit v1.2.3