Add a config for the machine to recover the family disks.

This commit is contained in:
Tom Alexander
2026-02-27 14:12:44 -05:00
parent 7f9f010217
commit ed4eead5c0
18 changed files with 458 additions and 8 deletions

View File

@@ -161,3 +161,19 @@ output_directory = "/home/nixworker/persist/nix_builder"
update_branch = "kubernetes_update"
# TODO: Add steam deck
[[targets]]
name = "family_disks"
repo = "https://code.fizz.buzz/talexander/machine_setup.git"
branch = "family_disks"
path = "nix/configuration"
attr = "nixosConfigurations.family_disks.config.system.build.toplevel"
[[targets]]
name = "family_disks_update"
repo = "https://code.fizz.buzz/talexander/machine_setup.git"
branch = "family_disks"
path = "nix/configuration"
attr = "nixosConfigurations.family_disks.config.system.build.toplevel"
update = true
update_branch = "nix_update"