From 1e3067fc3b1d0039ad73cc3647116731cbebaffd Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Mon, 2 Oct 2023 13:32:20 -0400 Subject: [PATCH] ENH update ssh paths --- .files/rofi-dev-configs/work-laptop.dhall | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.files/rofi-dev-configs/work-laptop.dhall b/.files/rofi-dev-configs/work-laptop.dhall index 0e13a44..09a71db 100644 --- a/.files/rofi-dev-configs/work-laptop.dhall +++ b/.files/rofi-dev-configs/work-laptop.dhall @@ -73,12 +73,13 @@ let defaultDevs = } ] -let otherDevs =[ { tKey = "ebm_snakemake" +let otherDevs = + [ { tKey = "nisaba-wrk" + , tVal = sshfsTree "nisaba_wrk" "nisaba_wrk" "nisaba:/wrk/njd2" + } + , { tKey = "nist-dvl" , tVal = - sshfsTree - "ebm_snakemake" - "EBM" - "nisaba:/aigenomics/EBM_dev/snakemake" + sshfsTree "nist_dvl" "nist_dvl" "nist-workstation:/mnt/data/Dvl" } ]