From de48344a6eb3ff2a7167c47c8929d37ec8349976 Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Thu, 25 Jul 2024 13:24:29 -0700 Subject: Update README --- README.md | 42 ++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 40 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index ae22179..300726f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,42 @@ # NixOS Config -My incredibly specific, poorly modularized, very hardcoded, NixOS config +i honestly have no clue what im doing but its working ¯\\\_(ツ)_/¯ -i honestly have no clue what im doing but its working ¯\\\_(ツ)_/¯ \ No newline at end of file +# Hosts +Each machine has its own config under [`hosts/`](hosts/) and enables various "[roles](roles/)" + +## c-pc / default +Main desktop PC + +### Disks / Partitions +See [Hardware Configuration](hosts/c-pc/hardware-configuration.nix) +- Main SSD + - `boot` (fat32) -> `/boot` + - `zpool` (zfs pool) + - `root` -> `/` + - `home` -> `/home` + - `persist` -> `/persist` + - `secure` (encrypted) + - `secrets` -> `/secrets` + - `nix` -> `/nix` +- 4tb HDD + - `4tb` (ext4) -> `/mnt/4tb` +- 256gb SSD + - `ssd-256` (ext4) -> `/mnt/ssd` + +## copenhagen +Home server + +### Disks / Partitions +See [Hardware Configuration](hosts/copenhagen/hardware-configuration.nix) +- Main SSD + - `boot` (fat32) -> `/boot` + - `zpool` (zfs pool) + - `root` -> `/` + - `home` -> `/home` + - `persist` -> `/persist` + - `secrets` -> `/secrets` + - `secure` (encrypted, unused) + - `nix` -> `/nix` +- Old Server HDD + - `boot` (fat32, unlabeled) + - `box` (ext4) -> `/mnt/old` -- cgit v1.2.3