1
0
Fork 0
mirror of https://github.com/MillironX/dotfiles.git synced 2024-11-22 21:39:55 +00:00

Compare commits

...

2 commits

4 changed files with 7 additions and 3 deletions

View file

@ -57,4 +57,4 @@ export JULIA_NUM_THREADS=$(nproc)
JULIA_PKG_USE_CLI_GIT=true JULIA_PKG_USE_CLI_GIT=true
# Make NCBI happy # Make NCBI happy
export NCBI_API_KEY='{{ (bitwarden "item" "7d42eba0-c256-4d3b-8d0e-adbf016a08f8").login.password }}' export NCBI_API_KEY='{{ (bitwarden "item" "NCBI API Key").login.password }}'

View file

@ -1,7 +1,7 @@
{{ if ne .machinetype "workstation" }} {{ if ne .machinetype "workstation" }}
tower { tower {
enabled = true enabled = true
accessToken = '{{ (bitwarden "item" "d41ac952-d8b5-4d20-a42a-ad8e0174d152").login.password }}' accessToken = '{{ (bitwarden "item" "Nextflow Tower Access Token").login.password }}'
} }
{{ end }} {{ end }}

View file

@ -1,6 +1,6 @@
providers { providers {
github { github {
user = '{{ .githubuser }}' user = '{{ .githubuser }}'
password = '{{ (bitwarden "item" "3e123829-7167-4dd2-8f3f-ad8f01081fee").login.password }}' password = '{{ (bitwarden "item" "GitHub Nextflow Token").login.password }}'
} }
} }

View file

@ -2,6 +2,10 @@ Host *
IdentitiesOnly yes IdentitiesOnly yes
IdentityFile {{ if and (eq .machinetype "workstation") (ne .chezmoi.os "windows") }}~/.ssh/id_rsa_yubikey.pub{{ else }}~/.ssh/id_ed25519{{ end }} 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 Host aahz
HostName nistac-108-37.dhcp.ksu.edu HostName nistac-108-37.dhcp.ksu.edu
User tchristensen User tchristensen