blob: 3df4fa42eec4d97f9a6b58803c6e6206d9bdf948 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
#!/bin/zsh
# Tower of BSSD
# towerofbssd.local
#
# This is a Mac Pro 3,1 (Early 2008).
# Acquired in 2022.
#
# This is primarily used as a LAN-attached-storage device,
# but also has a host of ports that make it convenient for
# audio shenanigans between devices (e.g. recording output
# of consoles, being an Airplay satellite, and so on).
export DEVICE_HAS_GPG
export DEVICE_HAS_HOMEBREW
export DEVICE_HOMEBREW_INSTALLATION=/usr/local/Homebrew
|