aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: abf3cfb470d5ac08f7b3c91b9f84e60b234cc62f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# 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`