aboutsummaryrefslogtreecommitdiffstats
path: root/guix/turing.scm
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2025-04-27 21:03:39 +0200
committerGravatar Johannes Christ <[email protected]>2025-04-27 21:03:39 +0200
commit59cca1435df0af42b6f3ec50fe22fc58d553e3ce (patch)
treebee5b750b5426a7212fef2484ed1b63070e2dbce /guix/turing.scm
parentAdd lovelace ACL key to turing (diff)
Add Chris' SSH key from lovelaceguix
Diffstat (limited to 'guix/turing.scm')
-rw-r--r--guix/turing.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/guix/turing.scm b/guix/turing.scm
index 45027ba..1ca46fe 100644
--- a/guix/turing.scm
+++ b/guix/turing.scm
@@ -68,7 +68,8 @@
(openssh-configuration
(permit-root-login #f)
(password-authentication? #f)
- (authorized-keys `(("cj" ,(ssh-key "chris"))
+ (authorized-keys `(("cj" ,(ssh-key "chris")
+ ,(ssh-key "chris-lovelace"))
("jc" ,(ssh-key "jc"))
("j" ,(ssh-key "jb")
,(ssh-key "jb2"))))))