Compare commits
No commits in common. "dec84dc5c3dd3887dedc60aca758a179377a41fe" and "b657e9e09d752295887eed614f686f444ddd708d" have entirely different histories.
dec84dc5c3
...
b657e9e09d
4 changed files with 3 additions and 7 deletions
|
|
@ -57,4 +57,4 @@ export JULIA_NUM_THREADS=$(nproc)
|
|||
JULIA_PKG_USE_CLI_GIT=true
|
||||
|
||||
# Make NCBI happy
|
||||
export NCBI_API_KEY='{{ (bitwarden "item" "NCBI API Key").login.password }}'
|
||||
export NCBI_API_KEY='{{ (bitwarden "item" "7d42eba0-c256-4d3b-8d0e-adbf016a08f8").login.password }}'
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{{ if ne .machinetype "workstation" }}
|
||||
tower {
|
||||
enabled = true
|
||||
accessToken = '{{ (bitwarden "item" "Nextflow Tower Access Token").login.password }}'
|
||||
accessToken = '{{ (bitwarden "item" "d41ac952-d8b5-4d20-a42a-ad8e0174d152").login.password }}'
|
||||
}
|
||||
{{ end }}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
providers {
|
||||
github {
|
||||
user = '{{ .githubuser }}'
|
||||
password = '{{ (bitwarden "item" "GitHub Nextflow Token").login.password }}'
|
||||
password = '{{ (bitwarden "item" "3e123829-7167-4dd2-8f3f-ad8f01081fee").login.password }}'
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,10 +2,6 @@ Host *
|
|||
IdentitiesOnly yes
|
||||
IdentityFile {{ if and (eq .machinetype "workstation") (ne .chezmoi.os "windows") }}~/.ssh/id_rsa_yubikey.pub{{ else }}~/.ssh/id_ed25519{{ end }}
|
||||
|
||||
Host anderson
|
||||
HostName anderson.millironx.com
|
||||
User millironx
|
||||
|
||||
Host aahz
|
||||
HostName nistac-108-37.dhcp.ksu.edu
|
||||
User tchristensen
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue