1
0
Fork 0
mirror of https://github.com/MillironX/dotfiles.git synced 2025-01-18 09:26:11 -05:00
dotfiles/dot_nextflow/config.tmpl

11 lines
202 B
Cheetah
Raw Normal View History

2022-06-06 17:45:22 -05:00
{{ if ne .machinetype "workstation" }}
2021-08-24 18:16:19 -05:00
tower {
enabled = true
2021-08-25 16:14:53 -05:00
accessToken = '{{ (bitwarden "item" "d41ac952-d8b5-4d20-a42a-ad8e0174d152").login.password }}'
2021-08-24 18:16:19 -05:00
}
2022-05-19 13:35:20 -05:00
{{ end }}
2022-07-21 11:05:57 -05:00
conda {
useMamba = true
}