deploy: drop accept flake substituter config

This commit is contained in:
Jörg Thalheim 2022-04-24 08:22:34 +02:00
parent 93c4b1f90c
commit ea2f1dc953
No known key found for this signature in database

View file

@ -24,7 +24,7 @@ def deploy_nixos(hosts: List[DeployHost]) -> None:
# FIXME: build03 has itself as a builder and deadlocks building packages.
h.run(
f"nixos-rebuild switch --builders ''"
f"nixos-rebuild switch --builders '' --option accept-flake-config true"
)
g.run_function(deploy)