Add helios configuration

This commit is contained in:
2023-05-05 20:23:24 +01:00
parent f70486ac41
commit 3e12af7daa
5 changed files with 163 additions and 1 deletions

33
hosts/helios/README.md Normal file
View File

@ -0,0 +1,33 @@
# Helios
## Overview
Dell OptiPlex 980 small form factor desktop.
## Specs
* CPU - Intel Core i7-860 @ 2.8GHz
* Memory - 8 GB DDR3
* GPU - AMD FirePro 2460
### Disks
Device | Partitions _(filesystem, usage)_
--- | ---
SanDisk Ultra II | `/dev/sda1` (ext2, NixOS Boot) <br> `/dev/sda2` (ZFS, NixOS Root)
#### ZFS pool layout
```
rpool/
├── local
│ ├── nix
│ └── tmp
├── system
│ ├── root
│ └── var
└── user
└── home
```
See [Graham Christensen's article](https://grahamc.com/blog/nixos-on-zfs/#datasets) for the motivation behind these datasets.
### Networks
- DHCP on `192.168.0.0/32` subnet.
- Tailscale on `100.64.0.0/10` subnet. FQDN: `helios.mesh.vimium.net`.