Skip to content
Snippets Groups Projects
Commit 4f9bbcb4 authored by Jens Nolte's avatar Jens Nolte
Browse files

Disable --substitute-on-destination

parent eeffa369
No related branches found
No related tags found
No related merge requests found
......@@ -140,7 +140,8 @@ then
else
# remote deploy
nix copy --substitute-on-destination --file "$MACHINES_PATH" "nixosSystemDerivations.$hostname" --to "ssh://root@$via_hostname"
nix copy --file "$MACHINES_PATH" "nixosSystemDerivations.$hostname" --to "ssh://root@$via_hostname"
#nix copy --substitute-on-destination --file "$MACHINES_PATH" "nixosSystemDerivations.$hostname" --to "ssh://root@$via_hostname"
# The manual way to do it (this is in theory also supported by nixos-rebuild by using '-I')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment