blob: 6a9fa5063693e05f3ae2090c76076f718736169c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#!/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
export DEVICE_HAS_VIM
|