summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-08-24 15:26:34 -0300
committerEuAndreh <eu@euandre.org>2024-08-24 15:26:34 -0300
commit88c791005239ba37bc73c49d3f173173546c2cac (patch)
tree8b2d4d6d3f9853f75939993add105d5fb4469e23
parentrm src/keys/SSH/laisse.pub.txt (diff)
downloadasami-88c791005239ba37bc73c49d3f173173546c2cac.tar.gz
asami-88c791005239ba37bc73c49d3f173173546c2cac.tar.xz
system.scm: Add "become-secrets-keeper" to "andre" 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 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))