summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorhyang <hyang@hyang.xyz>2023-08-29 00:45:40 -0700
committerhyang <hyang@hyang.xyz>2023-08-29 00:45:40 -0700
commitfdeaf88cf909322c2dc5efe628353803bcb9b63b (patch)
tree8da919e3937a5b4031f49358628600fb5976f6fd /content
parentd2b81d88cf20ce48e868205e876793f255dabb99 (diff)
yes
Diffstat (limited to 'content')
-rw-r--r--content/images/avatar.pngbin30853 -> 0 bytes
-rw-r--r--content/post/My-Setup.md16
2 files changed, 16 insertions, 0 deletions
diff --git a/content/images/avatar.png b/content/images/avatar.png
deleted file mode 100644
index c7b7fef..0000000
--- a/content/images/avatar.png
+++ /dev/null
Binary files differ
diff --git a/content/post/My-Setup.md b/content/post/My-Setup.md
index 6194e08..8932f74 100644
--- a/content/post/My-Setup.md
+++ b/content/post/My-Setup.md
@@ -22,4 +22,20 @@ So, I've decided to start over again. This time, I had to devise a set of goals
- Affordable (am broke)
- Make deploying stuff repetitive, and easy to maintain
+Here's my setup:
+
+![My setup as a diagram](/images/diagram.svg)
+
+In essence:
+- Small BuyVM VPS for connecting to the big Internet without revealing my residential address.
+ - Also runs my email server.
+- Docker for running/managing services
+- Loads of storage:
+ - 1TB NVME for running NixOS
+ - 3x 4TB Hard Drives on ZFS RAID1 (mirror)
+- 1x 4TB Hard Drives (Backups)
+ - Using rsnapshot
+ - Backups for both my NVME and HDD.
+ - (Might be a problem in the future... Might move it to to my 3x4TB drives)
+
TODO: Finish this section