diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2024-05-14 21:00:20 +0000 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2024-05-14 21:00:20 +0000 |
commit | 71a19b15f67a458e66ea9a34760f22f145d981b6 (patch) | |
tree | a42a22b17405bf306934f3d5078f2ec76fcee0c6 | |
parent | 4736c94869fd586a779e9a9cbbcc5eae8a6170a3 (diff) |
ed1club config
-rwxr-xr-x | device/ed1club_post | 4 | ||||
-rwxr-xr-x | device/ed1club_pre | 14 |
2 files changed, 18 insertions, 0 deletions
diff --git a/device/ed1club_post b/device/ed1club_post new file mode 100755 index 0000000..33c34bb --- /dev/null +++ b/device/ed1club_post @@ -0,0 +1,4 @@ +#!/bin/zsh + +# ed1.club +# See ed1club_pre for info. diff --git a/device/ed1club_pre b/device/ed1club_pre new file mode 100755 index 0000000..2b0b9ca --- /dev/null +++ b/device/ed1club_pre @@ -0,0 +1,14 @@ +#!/bin/zsh + +# ed1.club +# animal-computer +# +# This is a linux box LOL +# +# This is the server which hosts our websites, most notably +# including hsmusic.wiki and nebula.ed1.club, as well as our +# git repositories and other assorted things. We don't use +# it as a personal machine really - mostly maintenance and +# very basic sysadmin stuff here. + +export DEVICE_HAS_GPG |