summaryrefslogtreecommitdiff
path: root/tw/home.scm
diff options
context:
space:
mode:
authorTimo Wilken2023-04-17 16:10:36 +0200
committerTimo Wilken2023-04-17 16:10:36 +0200
commitd6fa2dc1c2da3b6f754d970b70ed2f16535294b3 (patch)
tree35607eefee412f59611b7459e9a6173097a51b65 /tw/home.scm
parentf4a84adb44d5a6f9d8f4d342f1693dce7eee2ae8 (diff)
Remove deleted tw-mailproc host
Diffstat (limited to 'tw/home.scm')
-rw-r--r--tw/home.scm4
1 files changed, 0 insertions, 4 deletions
diff --git a/tw/home.scm b/tw/home.scm
index 3a58207d..6d632523 100644
--- a/tw/home.scm
+++ b/tw/home.scm
@@ -205,10 +205,6 @@ auto-expand-secmem
,(openssh-host
(name "cvmfs-alice.cern.ch")
(extra-content "GSSAPIDelegateCredentials yes")) ; needed for EOS home mount
- ,(openssh-host
- (name "tw-mailproc.cern.ch")
- (user "root")
- (identity-file "~/.local/share/ssh-keys/openstack_personal_id_rsa"))
,@(map (lambda (spec)
(openssh-host (name (car spec)) (user (cdr spec))
(identity-file "~/.local/share/ssh-keys/alicern_id_rsa")))