diff options
author | hyang <hyang@hyang.xyz> | 2023-08-29 00:45:40 -0700 |
---|---|---|
committer | hyang <hyang@hyang.xyz> | 2023-08-29 00:45:40 -0700 |
commit | fdeaf88cf909322c2dc5efe628353803bcb9b63b (patch) | |
tree | 8da919e3937a5b4031f49358628600fb5976f6fd /content | |
parent | d2b81d88cf20ce48e868205e876793f255dabb99 (diff) |
yes
Diffstat (limited to 'content')
-rw-r--r-- | content/images/avatar.png | bin | 30853 -> 0 bytes | |||
-rw-r--r-- | content/post/My-Setup.md | 16 |
2 files changed, 16 insertions, 0 deletions
diff --git a/content/images/avatar.png b/content/images/avatar.png Binary files differdeleted file mode 100644 index c7b7fef..0000000 --- a/content/images/avatar.png +++ /dev/null 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: + + + +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 |