aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCaroline Larimore <caroline@larimo.re>2024-07-25 20:02:01 -0700
committerCaroline Larimore <caroline@larimo.re>2024-07-25 20:02:01 -0700
commita1c7956366e8ba7ec38bb8d959929190f554b11b (patch)
tree7e8db4b5a36938b04ec276e2ef42bdfd3512e0ff /README.md
parentbc3b53d11381e1088832dfac22bd26403a58b0f8 (diff)
phoenix: create host
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md
index 52aace9..abf3cfb 100644
--- a/README.md
+++ b/README.md
@@ -41,3 +41,18 @@ See [Hardware Configuration](hosts/copenhagen/hardware-configuration.nix)
- Old Server HDD
- `boot` (fat32, unlabeled)
- `box` (ext4) -> `/mnt/old`
+
+## phoenix
+Rarely-used laptop
+
+### Disks / Partitions
+See [Hardware Configuration](hosts/phoenix/hardware-configuration.nix)
+- Main SSD
+ - `boot` (fat32) -> `/boot`
+ - `zpool` (zfs pool)
+ - `root` -> `/`
+ - `home` -> `/home`
+ - `secure` (encrypted)
+ - `nix` -> `/nix`
+ - `persist` -> `/persist`
+ - `secrets` -> `/secrets`