Files
nix_builder/example_config.toml

18 lines
415 B
TOML
Raw Normal View History

2026-02-14 16:00:37 -05:00
# work_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 = "odo"
[[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 = "odo"
update = true
update_branch = "nix_update"