Files
nix_builder/example_config.toml
2026-02-14 20:19:15 -05:00

18 lines
415 B
TOML

# repo_directory = "/home/nixworker/persist/nix_builder"
[[targets]]
name = "odo"
repo = "https://code.fizz.buzz/talexander/machine_setup.git"
branch = "nix"
path = "nix/configuration"
attr = "odo"
[[targets]]
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"