1
0
Fork 0
mirror of https://github.com/MillironX/dotfiles.git synced 2024-11-21 13:16:04 +00:00

Switch nf tower off for workstations

This commit is contained in:
Thomas A. Christensen II 2022-06-06 17:45:22 -05:00
parent bc71aff24d
commit 98eda3571d
Signed by: millironx
GPG key ID: 139C07724802BC5D

View file

@ -1,4 +1,4 @@
{{ if eq .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" "d41ac952-d8b5-4d20-a42a-ad8e0174d152").login.password }}'