deploy: substitute on nix copy
This commit is contained in:
parent
8cb692c4fd
commit
26ddc3f339
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ let
|
||||||
in ''
|
in ''
|
||||||
(
|
(
|
||||||
echo "deploying ${hostname}..."
|
echo "deploying ${hostname}..."
|
||||||
nix copy --no-check-sigs --to ssh://${hostAttrs.ssh.host} ${nixosSystem}
|
nix copy --no-check-sigs -s --to ssh://${hostAttrs.ssh.host} ${nixosSystem}
|
||||||
ssh $NIX_SSHOPTS ${hostAttrs.ssh.host} "sudo nix-env -p /nix/var/nix/profiles/system -i ${nixosSystem}"
|
ssh $NIX_SSHOPTS ${hostAttrs.ssh.host} "sudo nix-env -p /nix/var/nix/profiles/system -i ${nixosSystem}"
|
||||||
ssh $NIX_SSHOPTS ${hostAttrs.ssh.host} "sudo /nix/var/nix/profiles/system/bin/switch-to-configuration $MODE $ARGS"
|
ssh $NIX_SSHOPTS ${hostAttrs.ssh.host} "sudo /nix/var/nix/profiles/system/bin/switch-to-configuration $MODE $ARGS"
|
||||||
) &
|
) &
|
||||||
|
|
Loading…
Reference in a new issue