Configs for sparky.

This commit is contained in:
2025-10-19 20:15:56 +01:00
parent 7cecf5bea6
commit 0b17a32da5
8 changed files with 132 additions and 35 deletions

View File

@@ -10,3 +10,4 @@
* on base host: nix run github:nix-community/nixos-anywhere -- --flake '.#<target>' nixos@<target IP>
* after confirmed working, update hosts/<target>/default.nix to set keyFile to /dev/sdX (otherwise when the USB drive fails it's harder to replace)
* if replacing failed host in place, update key in .sops.yaml with the output from "ssh-keyscan <host> | ssh-to-age" then "sops updatekeys secrets/*.yaml"
** if installing new host, do the same for install then again after the first reboot (the installer key is not persisted)