hydra: switch to buildMachinesFiles (#303)
This commit is contained in:
parent
59a315e437
commit
7efcb78dff
2 changed files with 9 additions and 14 deletions
3
tasks.py
3
tasks.py
|
@ -23,8 +23,7 @@ def deploy_nixos(hosts: List[DeployHost]) -> None:
|
|||
f"rsync {' --exclude '.join([''] + RSYNC_EXCLUDES)} -vaF --delete -e ssh . {target}:/etc/nixos"
|
||||
)
|
||||
|
||||
# FIXME: build03 has itself as a builder and deadlocks building packages.
|
||||
h.run(f"nixos-rebuild switch --builders '' --option accept-flake-config true")
|
||||
h.run(f"nixos-rebuild switch --option accept-flake-config true")
|
||||
|
||||
g.run_function(deploy)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue