diff --git a/ops/home/push b/ops/home/push index 2134261..813ae4e 100755 --- a/ops/home/push +++ b/ops/home/push @@ -1,12 +1,9 @@ #!/usr/bin/env nix-shell #! nix-shell -p morph -i bash - +# set -e pushd $(dirname ${BASH_SOURCE[0]}) > /dev/null - -morph build --keep-result $@ ./network.nix -morph push $@ ./network.nix -morph deploy $@ ./network.nix switch +SSH_CONFIG_FILE=./ssh_config morph deploy $@ ./network.nix switch popd > /dev/null diff --git a/ops/home/ssh_config b/ops/home/ssh_config new file mode 100755 index 0000000..978149b --- /dev/null +++ b/ops/home/ssh_config @@ -0,0 +1,8 @@ +Host felonyspork + HostName home.nora.codes + +Host crimespoon + HostName 192.168.88.168 + +Host semaphorebravo + HostName 10.0.0.2