diff options
| author | Caroline Larimore <caroline@larimo.re> | 2024-07-25 20:02:01 -0700 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2024-07-25 20:02:01 -0700 |
| commit | a1c7956366e8ba7ec38bb8d959929190f554b11b (patch) | |
| tree | 7e8db4b5a36938b04ec276e2ef42bdfd3512e0ff /README.md | |
| parent | bc3b53d11381e1088832dfac22bd26403a58b0f8 (diff) | |
phoenix: create host
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -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` |