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:
parent
bc71aff24d
commit
98eda3571d
1 changed files with 1 additions and 1 deletions
|
@ -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 }}'
|
||||||
|
|
Loading…
Reference in a new issue