| 1 |
1 |
|
# fw12 — Framework 12, Intel, second daily driver.
|
| 2 |
2 |
|
#
|
| 3 |
|
- |
# Deliberately a stock client mint. fw12 builds nothing and carries no service,
|
| 4 |
|
- |
# so it is the machine that proves the image an ordinary person would install,
|
| 5 |
|
- |
# and every dial it sets is a way that proof stops being about that image.
|
|
3 |
+ |
# Deliberately a stock client mint: no PROFILE, no LANGS, no DB. fw12 builds
|
|
4 |
+ |
# nothing and carries no service, so it is the machine that proves the image an
|
|
5 |
+ |
# ordinary person would install, and every dial it sets is a way that proof
|
|
6 |
+ |
# stops being about that image.
|
| 6 |
7 |
|
#
|
| 7 |
|
- |
# Nothing here overrides a default. The file exists so that stays a decision.
|
|
8 |
+ |
# What it does set is identity, and only because the alternative is a chore.
|
|
9 |
+ |
# fw12 gets reinstalled every time the image moves far enough to be worth
|
|
10 |
+ |
# re-proving, and a machine that needs a person at the keyboard to become
|
|
11 |
+ |
# reachable afterwards is how the last round of hardware verification turned
|
|
12 |
+ |
# into eighteen tasks nobody could run.
|
|
13 |
+ |
|
|
14 |
+ |
# avahi publishes fw12.local and NetworkManager sends the same name in DHCP
|
|
15 |
+ |
# option 12, so the machine is reachable by name from fw13 the moment it boots.
|
|
16 |
+ |
# The installer's default hostname follows this, so an install nobody retypes
|
|
17 |
+ |
# still lands on the right name.
|
|
18 |
+ |
ALLOY_HOSTNAME=fw12
|
|
19 |
+ |
|
|
20 |
+ |
# fw13's public key, read at mint time rather than committed: this repo is
|
|
21 |
+ |
# public, and a key pasted into it would also go stale silently. The installer
|
|
22 |
+ |
# seeds its account step from the baked key, so a reinstalled fw12 comes up
|
|
23 |
+ |
# with fw13 already able to log in, with nothing typed at the machine.
|
|
24 |
+ |
ALLOY_SSH_KEY=@~/.ssh/id_ed25519.pub
|