diff options
Diffstat (limited to 'device')
-rwxr-xr-x | device/towerofbssd_post | 2 | ||||
-rwxr-xr-x | device/towerofbssd_pre | 15 |
2 files changed, 17 insertions, 0 deletions
diff --git a/device/towerofbssd_post b/device/towerofbssd_post new file mode 100755 index 0000000..5ccaf2c --- /dev/null +++ b/device/towerofbssd_post @@ -0,0 +1,2 @@ +# Tower of BSSD (post) +# See towerofbssd_pre for info. diff --git a/device/towerofbssd_pre b/device/towerofbssd_pre new file mode 100755 index 0000000..4b114cf --- /dev/null +++ b/device/towerofbssd_pre @@ -0,0 +1,15 @@ +# Tower of BSSD (pre) +# towerofbssd.local +# +# This is a Mac Pro 3,1 (Early 2008). +# Acquired in 2022. +# +# It's 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 |