diff options
| author | Caroline Larimore <caroline@larimo.re> | 2025-02-04 22:30:54 -0800 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2025-04-14 18:58:45 -0700 |
| commit | 6ac2d7a349292124dc17a7cd1127e0e8c4c53982 (patch) | |
| tree | 0aa0ba1b9592b7b0d6c5f62fcf19918873aec7e1 | |
| parent | 175a1398722bed66ca89d3cc7532353781b0791a (diff) | |
migration: remove outdated info from README
| -rw-r--r-- | README.md | 56 |
1 files changed, 1 insertions, 55 deletions
@@ -1,58 +1,4 @@ # NixOS Config i honestly have no clue what im doing but its working ¯\\\_(ツ)_/¯ -# 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` - - `persist` -> `/persist/secure` - - `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` - -## 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` +#TODO: write a readme |