diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2023-07-22 22:01:36 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2023-07-22 22:01:36 -0300 |
commit | 567491a5713844d26ab87c68901b8b1aa3fa2636 (patch) | |
tree | 7351cbd970a76a4d255e488c35082ce1d3c4a11a /device | |
parent | 30ccf50c282c942796f31e3843f278ae1fbdf076 (diff) |
towerofbssd config
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 |