1
0
Fork 0
mirror of https://github.com/MillironX/dotfiles.git synced 2024-12-31 11:32:07 -05:00
dotfiles/dot_nextflow/config.tmpl

11 lines
202 B
Cheetah
Raw Normal View History

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