blacksteel: add device readme
This commit is contained in:
parent
eee0cdfc60
commit
5083620d34
2 changed files with 23 additions and 9 deletions
23
hosts/blacksteel/README.md
Normal file
23
hosts/blacksteel/README.md
Normal 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
|
|
@ -13,15 +13,6 @@
|
||||||
networking.hostName = "blacksteel";
|
networking.hostName = "blacksteel";
|
||||||
time.timeZone = "Asia/Shanghai";
|
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
|
||||||
services.tailscale = {
|
services.tailscale = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue