Files
nix_builder/example_config.toml

18 lines
513 B
TOML
Raw Normal View History

2026-02-14 19:20:52 -05:00
# repo_directory = "/home/nixworker/persist/nix_builder"
[[targets]]
2026-02-14 16:00:37 -05:00
name = "odo"
repo = "https://code.fizz.buzz/talexander/machine_setup.git"
branch = "nix"
path = "nix/configuration"
attr = "nixosConfigurations.odo.config.system.build.toplevel"
[[targets]]
2026-02-14 16:00:37 -05:00
name = "odo_update"
repo = "https://code.fizz.buzz/talexander/machine_setup.git"
branch = "nix"
path = "nix/configuration"
attr = "nixosConfigurations.odo.config.system.build.toplevel"
2026-02-14 16:00:37 -05:00
update = true
update_branch = "nix_update"