blacksteel: add device readme

This commit is contained in:
Guanran Wang 2024-02-17 23:24:47 +08:00
parent eee0cdfc60
commit 5083620d34
Signed by: nyancat
SSH key fingerprint: SHA256:8oWGKciPALWut/6WA27oFKofX+6Wtc0gQnsefXLQx/8
2 changed files with 23 additions and 9 deletions

View file

@ -0,0 +1,23 @@
# About this device
### Hardware
```
$ hostnamectl --json short | jq -r '.HardwareVendor, .HardwareModel'
Apple Inc.
MacBookPro11,3
```
### Description
Homelab, hosting random stuff through tailscale.
### TODOs:
- [ ] backlight is always 33% when booted up
- [ ] encrypted swap
- [ ] impermanence
- [ ] luks1 -> luks2
- [ ] tpm luks unlocking
- [ ] nouveau -> nvidia
- [x] networkmanager - > iwd

View file

@ -13,15 +13,6 @@
networking.hostName = "blacksteel";
time.timeZone = "Asia/Shanghai";
# TODOs:
# [x] networkmanager - > iwd
# [ ] nouveau -> nvidia
# [ ] secureboot (???)
# [ ] impermanence
# [ ] backlight is always 33% when booted up
# [ ] fan is *blasting* even after I installed mbpfans
# [ ] audio quality isnt too great (compared to macOS, or i might have wooden ears)
######## Services
services.tailscale = {
enable = true;