aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCaroline Larimore <caroline@larimo.re>2025-02-04 22:30:54 -0800
committerCaroline Larimore <caroline@larimo.re>2025-04-14 18:58:45 -0700
commit6ac2d7a349292124dc17a7cd1127e0e8c4c53982 (patch)
tree0aa0ba1b9592b7b0d6c5f62fcf19918873aec7e1 /README.md
parent175a1398722bed66ca89d3cc7532353781b0791a (diff)
migration: remove outdated info from README
Diffstat (limited to 'README.md')
-rw-r--r--README.md56
1 files changed, 1 insertions, 55 deletions
diff --git a/README.md b/README.md
index abf3cfb..dd26fd0 100644
--- a/README.md
+++ b/README.md
@@ -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