From 3ef917bec25342730c8f3e15406e1fca8175ec4d Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Tue, 4 Jun 2024 14:13:26 +0200 Subject: Allow configuring SSH key for CERN laptop Replace old, now-unused CERN config parameter with the new parameters. --- tw/home/cern.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tw/home/cern.scm') diff --git a/tw/home/cern.scm b/tw/home/cern.scm index e7d669c0..a653bde7 100644 --- a/tw/home/cern.scm +++ b/tw/home/cern.scm @@ -75,7 +75,9 @@ (default-signing-key "C2249BBE5E8761C943A0CFA1B7B3914BF63ACD7C"))) (service home-openssh-service-type - (tw-openssh-configuration)) + (tw-openssh-configuration + ;; There is no separate "private" SSH key. + #:default-ssh-key "~/.local/share/ssh-keys/cern_id_rsa")) (service home-gnupg-service-type (home-gnupg-configuration -- cgit v1.2.3