diff options
Diffstat (limited to 'src/guix/system.scm')
-rw-r--r-- | src/guix/system.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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)) |