diff options
author | EuAndreh <eu@euandre.org> | 2024-08-24 10:49:18 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-08-24 10:49:18 -0300 |
commit | f414a9e039e524320122d8b7faf5b837e09f892b (patch) | |
tree | f04eaf538d9cd769576edbbf0f503a0544721b47 | |
parent | Makefile: Adjust "logs" and "all-logs" to subdirectory structure (diff) | |
download | server-f414a9e039e524320122d8b7faf5b837e09f892b.tar.gz server-f414a9e039e524320122d8b7faf5b837e09f892b.tar.xz |
system.scm: Add "become-secrets-keeper" to "andreh" user
-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 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)) |