diff options
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` |