mirror of
https://github.com/MillironX/dotfiles.git
synced 2024-11-15 03:13:10 +00:00
10 lines
193 B
Cheetah
10 lines
193 B
Cheetah
{{ if ne .machinetype "workstation" }}
|
|
tower {
|
|
enabled = true
|
|
accessToken = '{{ (bitwarden "item" "Nextflow Tower Access Token").login.password }}'
|
|
}
|
|
{{ end }}
|
|
|
|
conda {
|
|
useMamba = true
|
|
}
|