Rebrand the example dev VM: dev-1 -> allod-dev #2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
User story: So that I can demonstrate the framework with a meaningful self-hosted development archetype, the example development profile should be project-focused instead of a placeholder machine.
Part of the "Profiles & VM archetypes" arc.
The initial public release ships a generic
dev-1dev VM (derived from a vanillaNix dev profile). Replace it with an
allod-devprofile — a dev VM configuredto work on the allod project itself (workspace clones of the public allod repos +
the workspace tooling). That is the more meaningful, self-referential example than
a placeholder
dev-1.Deferred from the initial release to avoid re-churning the just-merged public
inventory/secrets; no urgency.Scope — rename
dev-1→allod-devacross three reposinventory: rename thedev-1machine entry.secrets: renamedevVMs.dev-1; the derived secret filenames track the machinename (
forgejo-https-token-dev-1.age,dev-1-forge-key.age), plusmachine-host-keys.json,credentials.nix,secrets.nix,forge-ssh-keys.json,and
forgejo-token-groups.json.profiles: renamehosts/dev/dev-1/and update thenetrc-activationcheck andthe token-group
systemreferences fromdev-1toallod-dev.Keep the whole set synthetic.
nix flake checkmust stay green across all threerepos after the rename.