aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-08-24 10:49:18 -0300
committerEuAndreh <eu@euandre.org>2024-08-24 10:49:18 -0300
commitf414a9e039e524320122d8b7faf5b837e09f892b (patch)
treef04eaf538d9cd769576edbbf0f503a0544721b47
parentMakefile: Adjust "logs" and "all-logs" to subdirectory structure (diff)
downloadserver-f414a9e039e524320122d8b7faf5b837e09f892b.tar.gz
server-f414a9e039e524320122d8b7faf5b837e09f892b.tar.xz
system.scm: Add "become-secrets-keeper" to "andreh" user
-rw-r--r--src/guix/system.scm2
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))